ask_question
Ask targeted questions to extract answers from your notebook content. Specify different AI models for strategy, answer, and final synthesis to get precise, sourced responses.
Instructions
Ask a question about your content with detailed control.
Args:
question: Question to ask
strategy_model: Model ID for strategy generation
answer_model: Model ID for answering
final_answer_model: Model ID for final answer synthesis
notebook_id: Optional notebook ID to limit context
Returns:
Answer with sources and reasoning
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| strategy_model | Yes | ||
| answer_model | Yes | ||
| final_answer_model | Yes | ||
| notebook_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||