The tool call.

interface TextChatToolCall {
    function: WatsonXAI.TextChatFunctionCall;
    id: string;
    type: string;
}

Properties

Properties

The function call.

id: string

The ID of the tool call.

type: string

The type of the tool. Currently, only function is supported.