@microsoft/opentelemetry
Preparing search index...
ToolCallRequestPart
Interface ToolCallRequestPart
A tool call requested by the model.
interface
ToolCallRequestPart
{
arguments
?:
unknown
[]
|
Record
<
string
,
unknown
>
;
id
?:
string
;
name
:
string
;
type
:
"tool_call"
;
}
Index
Properties
arguments?
id?
name
type
Properties
Optional
arguments
arguments
?:
unknown
[]
|
Record
<
string
,
unknown
>
Optional
id
id
?:
string
name
name
:
string
type
type
:
"tool_call"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
arguments
id
name
type
@microsoft/opentelemetry
Loading...
A tool call requested by the model.