{"id":"chatgpt_websearch","name":"Chatgpt Websearch","alias":"ChatgptWebsearch","aliases":[],"description_short":"Call ChatGPT.com using web search tool to get real-time responses and information.","description_long":"\n    Use ChatGPT's web interface to search for information and get responses. This agent\n    interacts with ChatGPT's web interface and retrieve answers\n    to queries in real-time.\n\n    This agent can help you:\n    - Get answers to questions from ChatGPT's web interface\n    - Access ChatGPT's knowledge and capabilities through web scraping\n    - Get location-specific results by specifying a country code\n    ","description_tool_prompt":"\n    Use ChatGPT's web interface to search for information and get responses. This agent\n    interacts with ChatGPT's web interface and retrieve answers\n    to queries in real-time.\n\n    This agent can help you:\n    - Get answers to questions from ChatGPT's web interface\n    - Access ChatGPT's knowledge and capabilities through web scraping\n    - Get location-specific results by specifying a country code\n    ","source":null,"conversation_examples":["What are the best hotels in New York?","Explain quantum computing in simple terms","What's the weather like in Paris today?"],"tags":["web search"],"available_in_chat":false,"available_in_deepthink":false,"available_in_mcp":null,"mcp_audience":"all","config":{"type":"object","properties":{"country":{"default":"","description":"ISO 3166-1 alpha-2 country code for location-based results (e.g., 'US', 'FR')","title":"Country","type":"string"}},"required":[]},"item":{"type":"object","properties":{"query":{"description":"The search query to send to ChatGPT","minLength":1,"title":"Query","type":"string"}},"required":["query"]},"response":{"$defs":{"Citation":{"description":"A source cited in the response with metadata.","properties":{"url":{"title":"Url","type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Title"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Description"},"icon":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Icon"},"domain":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Domain"},"cited":{"title":"Cited","type":"boolean"}},"required":["url","cited"],"title":"Citation","type":"object"},"Link":{"description":"An inline citation link extracted from the answer.","properties":{"url":{"title":"Url","type":"string"},"text":{"title":"Text","type":"string"},"position":{"title":"Position","type":"integer"}},"required":["url","text","position"],"title":"Link","type":"object"},"SearchSource":{"description":"A search result source with snippet and ranking info.","properties":{"url":{"title":"Url","type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Title"},"snippet":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Snippet"},"rank":{"title":"Rank","type":"integer"},"date_published":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date Published"}},"required":["url","rank"],"title":"SearchSource","type":"object"},"Shopping":{"description":"A shopping result item.","properties":{"title":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Title"},"image":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Image"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Description"},"link":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Link"},"tag":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Tag"},"all_images":{"default":[],"items":{"type":"string"},"title":"All Images","type":"array"},"rating":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null,"title":"Rating"},"purchasing_options":{"default":[],"items":{"$ref":"#/$defs/ShoppingPurchasingOption"},"title":"Purchasing Options","type":"array"},"reviews":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Reviews"},"why_you_might_like_this":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Why You Might Like This"},"what_people_are_saying":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"What People Are Saying"},"merchants":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Free-form merchant label as reported by the scraper (e.g. 'Dunelm + others'). Used to render a fallback merchant name when no direct seller URL is available.","title":"Merchants"}},"title":"Shopping","type":"object"},"ShoppingPurchasingOption":{"description":"A purchasing option for a shopping item.","properties":{"price":{"title":"Price","type":"number"},"currency":{"title":"Currency","type":"string"},"website":{"title":"Website","type":"string"},"buy_link":{"title":"Buy Link","type":"string"}},"required":["price","currency","website","buy_link"],"title":"ShoppingPurchasingOption","type":"object"}},"description":"Unified output item for ChatGPT web search agents.","properties":{"query":{"description":"The search query that was executed","title":"Query","type":"string"},"answer_text_markdown":{"description":"The markdown response from ChatGPT","title":"Answer Text Markdown","type":"string"},"links":{"description":"Inline citation links from the response","items":{"$ref":"#/$defs/Link"},"title":"Links","type":"array"},"citations":{"description":"Sources cited in the response","items":{"$ref":"#/$defs/Citation"},"title":"Citations","type":"array"},"shopping":{"description":"Shopping results if any","items":{"$ref":"#/$defs/Shopping"},"title":"Shopping","type":"array"},"shopping_visible":{"description":"Whether shopping results are visible","title":"Shopping Visible","type":"boolean"},"web_search_triggered":{"description":"Whether the answer shows evidence of a web search (citations, search sources, search queries, inline citation links, or shopping items)","title":"Web Search Triggered","type":"boolean"},"search_sources":{"description":"Search result sources with snippets","items":{"$ref":"#/$defs/SearchSource"},"title":"Search Sources","type":"array"},"model":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Name / version of the model used by ChatGPT (e.g., 'gpt-4o')","title":"Model"},"search_queries":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"description":"Web search queries used during processing","title":"Search Queries"}},"required":["query","answer_text_markdown","links","citations","shopping","shopping_visible","web_search_triggered","search_sources"],"title":"ChatGPTWebSearchProcessedItem","type":"object"},"has_canvas":false,"open_canvas_automatically":false}