openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines • 350 B
TypeScript
import { F as streamWithPayloadPatch } from "../../provider-stream-shared-eQidetqp.js";
//#region extensions/deepinfra/cache-wrapper.d.ts
type StreamFn = Parameters<typeof streamWithPayloadPatch>[0];
declare function createDeepInfraAnthropicCacheWrapper(baseStreamFn: StreamFn): StreamFn;
//#endregion
export { createDeepInfraAnthropicCacheWrapper };