appmixer.ai.gemini.TransformTextToJSON
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Text | textarea | The text from which to extract structured JSON data. Example: John is 25 years old. |
| Output JSON Schema | textarea | The schema that defines the structure of the output JSON. Use JSON Schema format. Example: {"type":"object","properties":{"name":{"type":"string"}, "age":{"type":"number"}}}. It must be a valid JSON schema and must be of "type": "object". If you want to produce an array, you can nest the array under an object property of type array. Example: {"type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"age":{"type":"number"}}}}}}. |
| Model | text | ID of the model to use. |
Dynamic variables loaded from /component/appmixer/ai/gemini/TransformTextToJSON?outPort=out