OpenInference JS
    Preparing search index...

    Represents a tool call result sent to the model or a built-in tool call outcome and details.

    interface ToolCallResponsePart {
        id?: Id1;
        response: Response;
        type: "tool_call_response";
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    id?: Id1
    response: Response
    type: "tool_call_response"