Skip to content

Commit

Permalink
expose stream class
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfrenken committed Dec 19, 2024
1 parent f6735f9 commit 80efcd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/orchestration/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export { OrchestrationChatCompletionStreamResponse } from './orchestration-chat-

export { OrchestrationChatCompletionStreamChunkResponse } from './orchestration-chat-completion-stream-chunk-response.js';

export { OrchestrationChatCompletionStream } from './orchestration-chat-completion-stream.js';

export { OrchestrationClient } from './orchestration-client.js';

export { buildAzureContentFilter } from './orchestration-filter-utility.js';
Expand Down

0 comments on commit 80efcd8

Please sign in to comment.