box_ai_ask_file_multi_tool
Ask AI questions about multiple Box files to extract insights and answers from their content.
Instructions
Ask a question about multiple files using AI. Args: ctx (Context): The context object containing the request and lifespan context. file_ids (List[str]): A list of file IDs to ask about, example: ["1234567890", "0987654321"]. prompt (str): The question to ask. ai_agent_id (Optional[str]): The ID of the AI agent to use for the question. If None, the default AI agent will be used. Returns: dict: The AI response containing the answers to the questions for each file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_ids | Yes | ||
| prompt | Yes | ||
| ai_agent_id | No |