content_extract
Define a JSON Schema to extract structured data from any text content, with output matching the schema exactly.
Instructions
Extract structured data from content using a JSON Schema.
Uses Gemini's response_json_schema for guaranteed structured output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Text content to extract from | |
| schema | Yes | JSON Schema defining the extraction structure |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||