Skip to content

Commit

Permalink
feat(client-bedrock-runtime): Allow hyphens in tool name for Converse…
Browse files Browse the repository at this point in the history
… and ConverseStream APIs
  • Loading branch information
awstools committed Jan 17, 2025
1 parent 8fa946c commit 71256d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/bedrock-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -4892,7 +4892,7 @@
"min": 1,
"max": 64
},
"smithy.api#pattern": "^[a-zA-Z][a-zA-Z0-9_]*$"
"smithy.api#pattern": "^[a-zA-Z0-9_-]+$"
}
},
"com.amazonaws.bedrockruntime#ToolResultBlock": {
Expand Down

0 comments on commit 71256d8

Please sign in to comment.