box_ai_extract_structured_enhanced_using_template_tool
Extract structured data from Box files using AI and predefined templates for enhanced processing, transforming unstructured content into JSON format for analysis and integration.
Instructions
Extract structured data from files in Box using AI with a specified template and enhanced processing. This tool allows users to extract structured data from files by using a predefined template, 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. template_key (str): The ID of the template to use for extraction. Returns: dict: The extracted structured data in a json string format.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_ids | Yes | ||
template_key | Yes |