Skip to content

Commit 7f90298

Browse files
authored
informative placeholder
1 parent 57a6fdf commit 7f90298

File tree

1 file changed

+1
-1
lines changed
  • webview-ui/src/components/settings/providers

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/providers/Bedrock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const Bedrock = ({ apiConfiguration, setApiConfigurationField, selectedMo
141141
style={{ width: "100%", marginTop: 3, marginBottom: 5 }}
142142
type="url"
143143
onInput={handleInputChange("awsBedrockEndpoint")}
144-
placeholder="Enter VPC Endpoint URL (optional)"
144+
placeholder="https://vpce-xxx.bedrock.region.vpce.amazonaws.com/"
145145
/>
146146
)}
147147
</>

0 commit comments

Comments
 (0)