Skip to content

Commit 76b44cc

Browse files
author
Agent
committed
fix: address reviewer feedback
1 parent 4d6dd29 commit 76b44cc

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/cli/tui/screens/agent/AddAgentScreen.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,9 +1181,9 @@ export function AddAgentScreen({ existingAgentNames, onComplete, onExit }: AddAg
11811181
/>
11821182
<Box marginTop={1}>
11831183
<Text dimColor>
1184-
Enter header names (e.g. Authorization, X-Api-Key,
1185-
X-Amzn-Bedrock-AgentCore-Runtime-Custom-MyHeader). Bare suffixes are auto-prefixed with
1186-
X-Amzn-Bedrock-AgentCore-Runtime-Custom- for backward compatibility.
1184+
Enter header names (e.g. Authorization, X-Api-Key, X-Amzn-Bedrock-AgentCore-Runtime-Custom-MyHeader).
1185+
Bare suffixes are auto-prefixed with X-Amzn-Bedrock-AgentCore-Runtime-Custom- for backward
1186+
compatibility.
11871187
</Text>
11881188
</Box>
11891189
</Box>

src/cli/tui/screens/generate/GenerateWizardUI.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,8 @@ export function GenerateWizardUI({
307307
/>
308308
<Box marginTop={1}>
309309
<Text dimColor>
310-
Enter header names (e.g. Authorization, X-Api-Key,
311-
X-Amzn-Bedrock-AgentCore-Runtime-Custom-MyHeader). Bare suffixes are auto-prefixed with
312-
X-Amzn-Bedrock-AgentCore-Runtime-Custom- for backward compatibility.
310+
Enter header names (e.g. Authorization, X-Api-Key, X-Amzn-Bedrock-AgentCore-Runtime-Custom-MyHeader). Bare
311+
suffixes are auto-prefixed with X-Amzn-Bedrock-AgentCore-Runtime-Custom- for backward compatibility.
313312
</Text>
314313
</Box>
315314
</Box>

0 commit comments

Comments
 (0)