generatePrompt(
promptValues: BasePromptValueInterface[],
options: string[] | Partial<MistralAICallOptions>,
| Name | Type | Description |
|---|---|---|
promptValues* | BasePromptValueInterface[] | |
options | string[] | Partial<MistralAICallOptions> | |
callbacks | Callbacks |
This method takes prompt values, options, and callbacks, and generates a result based on the prompts.
Prompt values for the LLM.
Options for the LLM call.
Callbacks for the LLM call.