UNPKG

@ai-sdk/provider-utils

Version:
10 lines (8 loc) 326 B
import type { SharedV3ProviderOptions } from '@ai-sdk/provider'; /** * Additional provider-specific options. * * They are passed through to the provider from the AI SDK and enable * provider-specific functionality that can be fully encapsulated in the provider. */ export type ProviderOptions = SharedV3ProviderOptions;