refactor(core): isolate AI SDK native mappings (#39761)
This commit is contained in:
parent
7814568ba0
commit
cc1289048e
3 changed files with 67 additions and 26 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import type { Model, ProviderOptions } from "./schema"
|
||||
|
||||
export interface Settings extends Readonly<Record<string, unknown>> {
|
||||
readonly baseURL?: string
|
||||
readonly headers?: Readonly<Record<string, string>>
|
||||
readonly body?: Readonly<Record<string, unknown>>
|
||||
readonly limits?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue