Skip to main content

DeepResearchResponse

Defined in the deep_research_agent module.
Complete response from a Deep Research query. Attributes: report: The final research report text citations: List of citations with source metadata reasoning_steps: List of reasoning steps taken web_searches: List of web search queries executed code_executions: List of code execution steps mcp_calls: List of MCP tool calls file_searches: List of file search calls (Gemini) provider: The provider used (openai, gemini, litellm) interaction_id: Interaction ID (Gemini) or Response ID (OpenAI) raw_response: The raw API response object

Properties

report
str
No description available.
citations
List
No description available.
reasoning_steps
List
No description available.
web_searches
List
No description available.
code_executions
List
No description available.
mcp_calls
List
No description available.
file_searches
List
No description available.
provider
str
No description available.
interaction_id
Optional
No description available.
raw_response
Optional
No description available.

Methods