langchain.js
    Preparing search index...

    Interface XAIResponsesWebSearchToolCall

    Web search tool call from a previous response.

    interface XAIResponsesWebSearchToolCall {
        id: string;
        status?: "in_progress" | "searching" | "completed" | "failed";
        type: "web_search_call";
    }
    Index

    Properties

    Properties

    id: string

    The ID of the tool call.

    status?: "in_progress" | "searching" | "completed" | "failed"

    The search status.

    type: "web_search_call"