@microsoft/opentelemetry
    Preparing search index...

    Interface ToolCallResponsePart

    Result of a tool call.

    interface ToolCallResponsePart {
        id?: string;
        response?: unknown;
        type: "tool_call_response";
    }
    Index

    Properties

    Properties

    id?: string
    response?: unknown
    type: "tool_call_response"