Skip to content

Commit 3db60da

Browse files
committed
Bumps node modules
1 parent e962820 commit 3db60da

7 files changed

Lines changed: 64 additions & 66 deletions

File tree

agents/agent-strands/eslint.config.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agents/agent-strands/lambda/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { APIGatewayProxyEvent } from 'aws-lambda';
2-
export declare const handle: ({ question: message, model: model }: {
3-
question: string;
2+
export declare const handle: ({ message: message, model: model }: {
3+
message: string;
44
model: string;
55
}, output: NodeJS.WritableStream) => Promise<void>;
66
export declare const handler: import("aws-lambda").StreamifyHandler<APIGatewayProxyEvent, void>;

agents/agent-strands/lambda/index.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)