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