We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0b8a9 commit b6facb4Copy full SHA for b6facb4
e2e_tests/typescript/src/main.ts
@@ -67,8 +67,9 @@ async function main(): Promise<void> {
67
const model = new BedrockModel({
68
region: region as string,
69
modelId: config.modelId,
70
+ stream: false,
71
});
- logger.info(`Using model: ${config.modelId} in region: ${region}`);
72
+ logger.info(`Using model: ${config.modelId} in region: ${region} (streaming disabled)`);
73
74
logger.info("Creating agent...");
75
const agent = new Agent({
0 commit comments