Share via


ToolCallRequestPart interface

A tool call requested by the model.

Properties

arguments
id
name
type

Property Details

arguments

arguments?: Record<string, unknown> | unknown[]

Property Value

Record<string, unknown> | unknown[]

id

id?: string

Property Value

string

name

name: string

Property Value

string

type

type: "tool_call"

Property Value

"tool_call"