A method that returns the parameters for an Ollama API call. It includes model and options parameters.
invocationParams(
options: Omit<ChatCerebrasCallOptions, "callbacks" | "tags" | "metadata" | "configurable" | "recursionLimit" | "runName" | "runId">
): Omit<Cerebras.ChatCompletionCreateParams, "stream" | "messages">| Name | Type | Description |
|---|---|---|
options | Omit<ChatCerebrasCallOptions, "callbacks" | "tags" | "metadata" | "configurable" | "recursionLimit" | "runName" | "runId"> | Optional parsed call options. |