Skip to content

Commit 24c40f8

Browse files
committed
Specification fixes.
1 parent deb8a37 commit 24c40f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dotnetv3/Bedrock-runtime/Scenarios/ConverseToolScenario/ConverseToolScenario.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static async Task Main(string[] args)
8787
finally
8888
{
8989
Console.WriteLine(
90-
"Amazon Bedrock Converse API with Tool Use Feature Scenario is complete.");
90+
"Amazon Bedrock Converse API with Tool Use Feature Scenario is complete.");
9191
Console.WriteLine(new string('-', 80));
9292
}
9393
}

scenarios/features/bedrock_converse_tool/SPECIFICATION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,7 @@ For languages which already have an entry for the action, add a description for
240240
| action / scenario | metadata file | metadata key |
241241
|--------------------------------------------|--------------------------------|------------------------------------------------------|
242242
| `Converse` | bedrock-runtime_metadata.yaml | bedrock-runtime_Converse_AnthropicClaude |
243+
| `Tool use with the Converse API` | bedrock-runtime_metadata.yaml | bedrock-runtime_Scenario_ToolUse |
243244
| `Scenario: Tool use with the Converse API` | bedrock-runtime_metadata.yaml | bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude |
244245

246+

0 commit comments

Comments
 (0)