Theia API Documentation v1.65.0
    Preparing search index...
    interface WebSearchToolResultBlock {
        content: { title: string; url: string; [key: string]: unknown }[];
        tool_use_id: string;
        type: "web_search_tool_result";
    }
    Index

    Properties

    content: { title: string; url: string; [key: string]: unknown }[]
    tool_use_id: string
    type: "web_search_tool_result"