Parses the output and returns a string representation of the function call or its arguments.
parseResult(generations: Generation[] | ChatGeneration[]): Promise<string>| Name | Type | Description |
|---|---|---|
generations* | Generation[] | ChatGeneration[] | The output of the LLM to parse. |