Skip to content

Commit 650fe9f

Browse files
committed
feat: use Cloudflare Workflows for long running operations
1 parent 6c49966 commit 650fe9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/shared/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ export interface Environment {
321321
R2: R2Bucket;
322322
CONVERSATION_HISTORY: KVNamespace;
323323
AI_WORKFLOW: Fetcher;
324+
STREAM_WORKFLOW: any;
324325
TAVILY_API_KEY?: string;
325326
Sandbox: DurableObjectNamespace<Sandbox>;
326327
VECTORIZE?: VectorizeIndex;

0 commit comments

Comments
 (0)