| import type { LanguageModelV3 } from "@ai-sdk/provider"; | |
| import type { ModelV2Info } from "@opencode-ai/sdk/v2/types"; | |
| import type { Hooks } from "./registration.js"; | |
| export type AISDKHooks = Hooks<{ | |
| sdk: { | |
| readonly model: ModelV2Info; | |
| readonly package: string; | |
| readonly options: Record<string, any>; | |
| sdk?: any; | |
| }; | |
| language: { | |
| readonly model: ModelV2Info; | |
| readonly sdk: any; | |
| readonly options: Record<string, any>; | |
| language?: LanguageModelV3; | |
| }; | |
| }>; | |
Xet Storage Details
- Size:
- 529 Bytes
- Xet hash:
- f31f4be7db60f622b91a5798434404e11b96570ae80c1653f16bce37dd4c9bf9
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.