Ask a question to get started
Enter to sendā¢Shift+Enter new line
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>
generations
Generations
The generations from an LLM call.
_callbacks
Callbacks