From 0a3635aaa0e88542a2d1f44081fc9288191290ed Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 23 Jul 2024 16:47:48 +0200 Subject: [PATCH] Added description --- examples/chat-demo-app/bin/chat-demo-app.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/chat-demo-app/bin/chat-demo-app.ts b/examples/chat-demo-app/bin/chat-demo-app.ts index fa68abf..fab9800 100644 --- a/examples/chat-demo-app/bin/chat-demo-app.ts +++ b/examples/chat-demo-app/bin/chat-demo-app.ts @@ -9,5 +9,6 @@ new ChatDemoStack(app, 'ChatDemoStack', { env: { region: process.env.CDK_DEFAULT_REGION, account: process.env.CDK_DEFAULT_ACCOUNT - } + }, + description: "Multi Agent Orchestrator Chat Demo Application (uksb-2mz8io1d9k)" }); \ No newline at end of file