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