@microsoft/opentelemetry
    Preparing search index...

    Interface ToolCallDetails

    Details of a tool call made by an agent.

    interface ToolCallDetails {
        arguments?: string | Record<string, unknown>;
        description?: string;
        endpoint?: ServiceEndpoint;
        toolCallId?: string;
        toolName: string;
        toolType?: string;
    }
    Index

    Properties

    arguments?: string | Record<string, unknown>
    description?: string
    endpoint?: ServiceEndpoint
    toolCallId?: string
    toolName: string
    toolType?: string