EdgeAIG/opencode / .opencode /node_modules /@ai-sdk /provider /src /image-model /v2 /image-model-v2-call-warning.ts
EdgeAIG's picture
download
raw
455 Bytes
import { ImageModelV2CallOptions } from './image-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 ImageModelV2CallWarning =
| {
type: 'unsupported-setting';
setting: keyof ImageModelV2CallOptions;
details?: string;
}
| {
type: 'other';
message: string;
};

Xet Storage Details

Size:
455 Bytes
·
Xet hash:
f4c42d278ff4f4c8b61b2d2b34611ed9d31e9c185cd508885bab710dab719e05

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