generatePrompt(
promptValues: BasePromptValueInterface[],
options: string[] | Partial<ChatDeepSeekCallOptions>,
| Name | Type | Description |
|---|---|---|
promptValues* | BasePromptValueInterface[] | |
options | string[] | Partial<ChatDeepSeekCallOptions> | |
callbacks | Callbacks |
Generates a prompt based on the input prompt values.
An array of BasePromptValue instances.
The call options or an array of stop sequences.
The callbacks for the language model.