follow_up
Continue a previous conversation by sending a follow-up query with the backend UUID from the prior response, returning the answer and updated UUID.
Instructions
Send a follow-up query to continue a previous conversation.
Args: query: The follow-up query string backend_uuid: The backend_uuid from the previous response mode: Search mode - 'auto', 'pro', 'reasoning', or 'deep_research' model: Specific model to use (see search tool for options) answer_only: If True, return only answer and backend_uuid. If False, also include sources and related_queries.
Returns: Dictionary with 'answer' and 'backend_uuid'. If answer_only=False, also includes 'sources' and 'related_queries'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| backend_uuid | Yes | ||
| mode | No | auto | |
| model | No | ||
| answer_only | No |