ComfyUI Node
Griptape Run: Text Extraction
Extract text using csv or json.
Griptape Run: Text Extraction
- agent
- key_value_replacement
- OUTPUT
- AGENT
◄input_string—►
◄extraction_typejson►
◄column_names►
◄template_schema►
◄STRING►
CategoryGriptape/Text
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| input_stringopt | STRING | — | |
| agentopt | AGENT | — | |
| key_value_replacementopt | DICT | The will replace the {{ key }} with a value. | |
| extraction_typeopt | COMBO | json | The type of extraction to perform. |
| column_namesopt | STRING | Comma separated list of column names to extract. Example: name, age | |
| template_schemaopt | STRING | Schema template for the json extraction. Example: {"name": str, "age": int} | |
| STRINGopt | STRING | Text to extract from. If you are also providing an input_string, this will be added before that. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| OUTPUT | STRING | — |
| AGENT | AGENT | — |