From 16a7293c73dc4a4699819b54f37efeb7594096bc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 2 Dec 2024 03:50:54 +0000 Subject: [PATCH] Merge customizations for Bedrock Agent Runtime --- awscli/customizations/removals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awscli/customizations/removals.py b/awscli/customizations/removals.py index ad986d1ebbf8..5add46dc4f81 100644 --- a/awscli/customizations/removals.py +++ b/awscli/customizations/removals.py @@ -57,7 +57,8 @@ def register_removals(event_handler): remove_commands=['invoke-agent', 'invoke-flow', 'invoke-inline-agent', - 'optimize-prompt']) + 'optimize-prompt', + 'retrieve-and-generate-stream']) cmd_remover.remove(on_event='building-command-table.qbusiness', remove_commands=['chat']) cmd_remover.remove(on_event='building-command-table.iotsitewise',