{"id":"perplexity","name":"Perplexity","alias":"Perplexity","aliases":[],"description_short":"Ask a question to Perplexity.","description_long":"Leverage Perplexity AI's robust knowledge base for accurate, current answers to your questions. This agent combines advanced language models with real-time information to provide comprehensive responses with relevant citations.","description_tool_prompt":"\n    Ask a question to Perplexity when you need to ground the web for a specific question.\n    Will return an answer with citations and related questions.\n\n    This agent can help you:\n    - Get up-to-date information from web sources\n    - Find answers with credible citations\n    - Discover related questions on the topic\n    ","source":"Perplexity API","conversation_examples":["What are the best running shoes?","What's trending in fashion in the UK?","What are the TV shows to watch in 2026?"],"tags":["web search"],"available_in_chat":true,"available_in_deepthink":true,"available_in_mcp":true,"mcp_audience":"all","config":{"type":"object","properties":{"model":{"default":"sonar","description":"Perplexity model to use","title":"Model","type":"string"},"temperature":{"default":0.3,"description":"Temperature for the Perplexity model","maximum":2.0,"minimum":0.0,"title":"Temperature","type":"number"}},"required":[]},"item":{"type":"object","properties":{"question":{"description":"The question you want to ask Perplexity","minLength":1,"title":"Question","type":"string"}},"required":["question"]},"response":{"$defs":{"PerplexitySearchResult":{"properties":{"url":{"title":"Url","type":"string"},"title":{"title":"Title","type":"string"},"date":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date"},"last_updated":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Last Updated"},"snippet":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Snippet"},"source":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Source"}},"required":["url","title"],"title":"PerplexitySearchResult","type":"object"}},"properties":{"answer":{"description":"The answer from Perplexity","title":"Answer","type":"string"},"citations":{"description":"List of citation URLs","items":{"type":"string"},"title":"Citations","type":"array"},"search_results":{"description":"List of search results used to generate the answer","items":{"$ref":"#/$defs/PerplexitySearchResult"},"title":"Search Results","type":"array"},"related_questions":{"description":"List of related questions","items":{"type":"string"},"title":"Related Questions","type":"array"},"model":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Name / version of the model used","title":"Model"}},"required":["answer","citations","search_results","related_questions"],"title":"PerplexityProcessedItem","type":"object"},"has_canvas":true,"open_canvas_automatically":false}