refactor(core): isolate AI SDK native mappings (#39761)

This commit is contained in:
Aiden Cline 2026-07-30 18:38:29 -05:00 committed by GitHub
commit cc1289048e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 67 additions and 26 deletions

View file

@ -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?: {