Skip to main content

follow_up

Method
This is a method of the DeepResearchAgent class in the deep_research_agent module.
Ask a follow-up question based on a previous research interaction. Only supported for Gemini provider.

Signature

Parameters

str
required
The follow-up question
str
required
ID from a previous research response
Optional
Model to use (defaults to gemini-3-pro for follow-ups)

Returns

DeepResearchResponse
DeepResearchResponse with the follow-up answer

Uses

  • NotImplementedError
  • create

Source

View on GitHub

praisonaiagents/agent/deep_research_agent.py at line 1261