EdgeAIG/opencode / .opencode /node_modules /@ai-sdk /provider /src /speech-model /v2 /speech-model-v2-call-warning.ts
EdgeAIG's picture
download
raw
459 Bytes
import { SpeechModelV2CallOptions } from './speech-model-v2-call-options';
/**
* Warning from the model provider for this call. The call will proceed, but e.g.
* some settings might not be supported, which can lead to suboptimal results.
*/
export type SpeechModelV2CallWarning =
| {
type: 'unsupported-setting';
setting: keyof SpeechModelV2CallOptions;
details?: string;
}
| {
type: 'other';
message: string;
};

Xet Storage Details

Size:
459 Bytes
·
Xet hash:
effab110040995f660e15ab90304bea08d7ae029b4962d2cac0d4fc0d74e1e90

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