Skip to content

Commit b30f328

Browse files
Merge customizations for Bedrock AgentCore
1 parent a27d617 commit b30f328

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

awscli/customizations/removals.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,13 @@ def register_removals(event_handler):
8888
'retrieve-and-generate-stream',
8989
],
9090
)
91-
cmd_remover.remove(on_event='building-command-table.bedrock-agentcore',
92-
remove_commands=['invoke-code-interpreter'])
91+
cmd_remover.remove(
92+
on_event='building-command-table.bedrock-agentcore',
93+
remove_commands=[
94+
'invoke-code-interpreter',
95+
'invoke-agent-runtime-command',
96+
],
97+
)
9398
cmd_remover.remove(
9499
on_event='building-command-table.qbusiness', remove_commands=['chat']
95100
)

0 commit comments

Comments
 (0)