OpenInference JS
GitHub
Preparing search index...
@arizeai/openinference-genai
__generated__/opentelemetryInputMessages
ToolCallRequestPart
Interface ToolCallRequestPart
Represents a tool call requested by the model.
interface
ToolCallRequestPart
{
arguments
?:
Arguments
;
id
?:
Id
;
name
:
string
;
type
:
"tool_call"
;
[
k
:
string
]:
unknown
;
}
Indexable
[
k
:
string
]:
unknown
Index
Properties
arguments?
id?
name
type
Properties
Optional
arguments
arguments
?:
Arguments
Optional
id
id
?:
Id
name
name
:
string
type
type
:
"tool_call"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
arguments
id
name
type
GitHub
OpenInference JS
Loading...
Represents a tool call requested by the model.