Buckets:
| import { Effect } from "effect" | |
| import { PluginV2 } from "../../plugin" | |
| export const AlibabaPlugin = PluginV2.define({ | |
| id: PluginV2.ID.make("alibaba"), | |
| effect: Effect.gen(function* () { | |
| return { | |
| "aisdk.sdk": Effect.fn(function* (evt) { | |
| if (evt.package !== "@ai-sdk/alibaba") return | |
| const mod = yield* Effect.promise(() => import("@ai-sdk/alibaba")) | |
| evt.sdk = mod.createAlibaba(evt.options) | |
| }), | |
| } | |
| }), | |
| }) | |
Xet Storage Details
- Size:
- 454 Bytes
- Xet hash:
- 63f0ea18f079d30af5c0da30565469b7b53f1233694357489019784a80c43b13
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.