knowledge_ask
Get AI-generated answers with source citations by querying stored knowledge collections for video research and analysis.
Instructions
Ask a question and get an AI-generated answer grounded in stored knowledge.
Uses Weaviate AsyncQueryAgent in ask mode to synthesize an answer from objects across knowledge collections, with source citations.
Args: query: Natural language question. collections: Which collections to search (default: all).
Returns: Dict matching KnowledgeAskResult schema, or error dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Question to answer from stored knowledge | |
| collections | No | Collections to search (all if omitted) |