View source: R/parse_agent_response.R
| parse_agent_response | R Documentation |
This function parses the raw text response from an AI agent, expecting a JSON string potentially wrapped in markdown code fences. It extracts the JSON part and attempts to parse it.
parse_agent_response(response_text)
response_text |
The raw text response received from the AI agent. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.