QueryRequest
Universal query request - intelligently routed to appropriate agent/tool.
Properties
query (required)
- Type:
string - Description: Natural language query
context
- Type:
object - Description: Optional context (user_id, session_id, preferences)
force_agent
- Type:
object - Description: Force specific agent: 'rag', 'contract', 'analysis', 'graph', 'tabular'
model
- Type:
string - Description: Vertex AI model to use
temperature
- Type:
number - Description: Response creativity (0.0=factual, 2.0=creative)
max_results
- Type:
integer - Description: Maximum results to retrieve (for RAG/search)
include_sources
- Type:
boolean - Description: Include source citations in response
Example
{}