Type alias FunctionToolsExecutedEvent
FunctionToolsExecutedEvent: { createdAt: number; functionCallOutputs: FunctionCallOutput[]; functionCalls: FunctionCall[]; type: "function_tools_executed"; } Type declaration
createdAt: number
type: "function_tools_executed"