Skip to content

AgentToolInvocation

type AgentToolInvocation = Readonly<{
toolArguments?: string;
toolCallId?: string;
toolName: string;
}>;