Skip to content

Commit

Permalink
Merge customizations for Bedrock Agent Runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 10, 2024
1 parent 309c95c commit 52381f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awscli/customizations/removals.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def register_removals(event_handler):
remove_commands=['invoke-model-with-response-stream',
'converse-stream'])
cmd_remover.remove(on_event='building-command-table.bedrock-agent-runtime',
remove_commands=['invoke-agent'])
remove_commands=['invoke-agent',
'invoke-flow'])
cmd_remover.remove(on_event='building-command-table.qbusiness',
remove_commands=['chat'])

Expand Down

0 comments on commit 52381f0

Please sign in to comment.