Merges constructor-level defaults with per-call overrides into the
API request body (everything except messages, which is added later).
invocationParams(
options: Omit<ChatOpenRouterCallOptions, "configurable" | "recursionLimit" | "runName" | "tags" | "metadata" | "callbacks" | "runId">
): Omit<OpenRouterRequestBody, "messages">| Name | Type | Description |
|---|---|---|
options* | Omit<ChatOpenRouterCallOptions, "configurable" | "recursionLimit" | "runName" | "tags" | "metadata" | "callbacks" | "runId"> |