Arize Phoenix TS
    Preparing search index...

    Function call details for tool invocations.

    Contains the function name and arguments for tool calls made by LLMs during execution.

    interface ToolCallFunction {
        arguments?: string | Record<string, unknown>;
        name?: string;
    }
    Index

    Properties

    Properties

    arguments?: string | Record<string, unknown>
    name?: string