Skip to content

Commit 6203fe5

Browse files
committed
test: disable streaming in TypeScript chatbot example
1 parent b6facb4 commit 6203fe5

File tree

1 file changed

+1
-0
lines changed
  • examples/chatbots/typescript/src

1 file changed

+1
-0
lines changed

examples/chatbots/typescript/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ async function main(): Promise<void> {
4444
const model = new BedrockModel({
4545
region: config.bedrockClient.config.region as string,
4646
modelId: config.modelId,
47+
stream: false,
4748
});
4849

4950
const agent = new Agent({

0 commit comments

Comments
 (0)