Parses a string output from an LLM call. This method is meant to be implemented by subclasses to define how a string output from an LLM should be parsed.
parse(text: string): Promise<string>| Name | Type | Description |
|---|---|---|
text* | string | The string output from an LLM call. |