Arize Phoenix TS
    Preparing search index...

    Tool call information.

    Represents a complete tool call made by an LLM, including the call ID and function details.

    interface ToolCall {
        function?: ToolCallFunction;
        id?: string;
    }
    Index

    Properties

    Properties

    function?: ToolCallFunction
    id?: string