跳转到内容

TransportToolCallEvent

此内容尚不支持你的语言。

type TransportToolCallEvent = object;

Event representing an attempted tool call by the model on the transport layer.

arguments: string;

callId: string;

optional id?: string;

name: string;

optional previousItemId?: string;

type: "function_call";