Get the parameters used to invoke the model
invocationParams(
options: Omit<CallOptions, "configurable" | "recursionLimit" | "runName" | "tags" | "metadata" | "callbacks" | "runId">
): Omit<MistralAIChatCompletionRequest | MistralAIChatCompletionStreamRequest, "messages">| Name | Type | Description |
|---|---|---|
options | Omit<CallOptions, "configurable" | "recursionLimit" | "runName" | "tags" | "metadata" | "callbacks" | "runId"> |