Skip to content

Commit 2ea6f26

Browse files
Merge customizations for Bedrock AgentCore
1 parent 56f645e commit 2ea6f26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

awscli/customizations/removals.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ def register_removals(event_handler):
6060
'invoke-inline-agent',
6161
'optimize-prompt',
6262
'retrieve-and-generate-stream'])
63+
cmd_remover.remove(on_event='building-command-table.bedrock-agentcore',
64+
remove_commands=['invoke-code-interpreter'])
6365
cmd_remover.remove(on_event='building-command-table.qbusiness',
6466
remove_commands=['chat'])
6567
cmd_remover.remove(on_event='building-command-table.iotsitewise',

0 commit comments

Comments
 (0)