Interface ToolCallResponsePart

interface ToolCallResponsePart {
    tool_calls: ToolCall[];
}

Properties

Properties

tool_calls: ToolCall[]