Parses the result of an LLM call. This method is meant to be implemented by subclasses to define how the output from the LLM should be parsed.
parseResult(generations: Generations, _callbacks: Callbacks): Promise<string>| Name | Type | Description |
|---|---|---|
generations* | Generations | The generations from an LLM call. |
_callbacks | Callbacks |