invoke(
input: BaseLanguageModelInput,
options: Partial<BaseChatModelCallOptions>
): Promise<| Name | Type | Description |
|---|---|---|
input* | BaseLanguageModelInput | |
options | Partial<BaseChatModelCallOptions> |
Invokes the chat model with a single input.
The input for the language model.
The call options.