Extract Object from llm response
Extract a Object text from an LLM response
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
LLM Response | The LLM response that contains the JSON text. | STRING | false | |
Data-format | The data format defining the format of the result. | DATA_FORMAT | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
result | The variable name in which to store the extracted JSON. | OBJECT | RESULT |