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