EdgeAIG/opencode / .opencode /node_modules /@ai-sdk /provider /src /language-model /v2 /language-model-v2-call-warning.ts
| import { LanguageModelV2CallOptions } from './language-model-v2-call-options'; | |
| import { LanguageModelV2FunctionTool } from './language-model-v2-function-tool'; | |
| import { LanguageModelV2ProviderDefinedTool } from './language-model-v2-provider-defined-tool'; | |
| /** | |
| * 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 LanguageModelV2CallWarning = | |
| | { | |
| type: 'unsupported-setting'; | |
| setting: Omit<keyof LanguageModelV2CallOptions, 'prompt'>; | |
| details?: string; | |
| } | |
| | { | |
| type: 'unsupported-tool'; | |
| tool: LanguageModelV2FunctionTool | LanguageModelV2ProviderDefinedTool; | |
| details?: string; | |
| } | |
| | { | |
| type: 'other'; | |
| message: string; | |
| }; | |
Xet Storage Details
- Size:
- 806 Bytes
- Xet hash:
- 4cdd01da12f5e895711e3fb091f2a01f55f4ae7ccea9af344c6de350c55b678d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.