@microsoft/opentelemetry
Preparing search index...
ToolCallResponsePart
Interface ToolCallResponsePart
Result of a tool call.
interface
ToolCallResponsePart
{
id
?:
string
;
response
?:
unknown
;
type
:
"tool_call_response"
;
}
Index
Properties
id?
response?
type
Properties
Optional
id
id
?:
string
Optional
response
response
?:
unknown
type
type
:
"tool_call_response"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
response
type
@microsoft/opentelemetry
Loading...
Result of a tool call.