Skip to content

Commit 71256d8

Browse files
author
awstools
committedJan 17, 2025
feat(client-bedrock-runtime): Allow hyphens in tool name for Converse and ConverseStream APIs
1 parent 8fa946c commit 71256d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎codegen/sdk-codegen/aws-models/bedrock-runtime.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4892,7 +4892,7 @@
48924892
"min": 1,
48934893
"max": 64
48944894
},
4895-
"smithy.api#pattern": "^[a-zA-Z][a-zA-Z0-9_]*$"
4895+
"smithy.api#pattern": "^[a-zA-Z0-9_-]+$"
48964896
}
48974897
},
48984898
"com.amazonaws.bedrockruntime#ToolResultBlock": {

0 commit comments

Comments
 (0)
Please sign in to comment.