langchain.js
    Preparing search index...

    Interface XAIResponsesOutputWebSearchCall

    Web search call output item.

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

    Properties

    Properties

    id: string

    The ID of the web search call.

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

    The status of the web search.

    type: "web_search_call"