Extract XML from llm response
Extract a XML text from an LLM response
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
LLM Response | The LLM response that contains the XML text. | STRING | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
result | The variable name in which to store the extracted XML. | STRING | RESULT |