box_ai_extract_structured_enhanced_using_fields_tool
Extract structured data from Box files by specifying desired fields and leveraging AI for enhanced processing, returning results in JSON format.
Instructions
Extract structured data from files in Box using AI with specified fields and enhanced processing. This tool allows users to extract structured data from files by specifying the fields they are interested in, with enhanced processing capabilities. Args: ctx (Context): The context object containing the request and lifespan context. file_ids (List[str]): The IDs of the files to read. fields (List[dict[str, Any]]): The fields to extract from the files. ai_agent_id (Optional[str]): The ID of the AI agent to use for processing. Returns: dict: The extracted structured data in a json string format.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | Yes | ||
file_ids | Yes |