Class for parsing the output of an LLM. Can be configured to return only the arguments of the function call in the output.
Optional
Parses the output and returns a string representation of the function call or its arguments.
The output of the LLM to parse.
A string representation of the function call or its arguments.
Class for parsing the output of an LLM. Can be configured to return only the arguments of the function call in the output.