EdgeAIG/opencode / .opencode /node_modules /@ai-sdk /provider /src /shared /v3 /shared-v3-provider-options.ts
EdgeAIG's picture
download
raw
716 Bytes
import { JSONObject } from '../../json-value/json-value';
/**
* Additional provider-specific options.
* Options are additional input to the provider.
* They are passed through to the provider from the AI SDK
* and enable provider-specific functionality
* that can be fully encapsulated in the provider.
*
* This enables us to quickly ship provider-specific functionality
* without affecting the core AI SDK.
*
* The outer record is keyed by the provider name, and the inner
* record is keyed by the provider-specific metadata key.
*
* ```ts
* {
* "anthropic": {
* "cacheControl": { "type": "ephemeral" }
* }
* }
* ```
*/
export type SharedV3ProviderOptions = Record<string, JSONObject>;

Xet Storage Details

Size:
716 Bytes
·
Xet hash:
f565e8f895333592fb1254229bceda35aa89d82f0810fb2d7cea72264ff899de

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.