Extract JSON from llm response
Extract a JSON 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 |
Output
Name | Description | Type | Default value |
---|---|---|---|
result | The variable name in which to store the extracted JSON. | STRING | RESULT |