Type alias FunctionToolsExecutedEvent

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

Type declaration