Skip to content

Commit

Permalink
Fix: Typo in Bedrock tool use metadata (awsdocs#6545)
Browse files Browse the repository at this point in the history
Fix typo in metadata

Co-authored-by: Dennis Traub <[email protected]>
  • Loading branch information
DennisTraub and Dennis Traub authored Jun 14, 2024
1 parent 922ea33 commit 8b70f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .doc_gen/metadata/bedrock-runtime_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1260,9 +1260,9 @@ bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings:

# Scenarios
bedrock-runtime_Scenario_ToolUseDemo_AnthropicClaude:
title: "A tool use demo illustrating how to connect a generative AI model on &BR;'s with a custom tool or API"
title: "A tool use demo illustrating how to connect AI models on &BR; with a custom tool or API"
title_abbrev: "Scenario: Tool use with the Converse API"
synopsis: "The &BR; Tool Use Demo illustrates a typical interaction between a generative AI model, an application, and connected tools or APIs to solve a problem or achieve a specific goal. It uses the example of an external weatherAPI, interacting with the AI model to provide weather information based on user input."
synopsis: "build a typical interaction between an application, a generative AI model, and connected tools or APIs to mediate interactions between the AI and the outside world. It uses the example of connecting an external weather API to the AI model so it can provide real-time weather information based on user input."
category: Anthropic Claude
languages:
Python:
Expand Down

0 comments on commit 8b70f0e

Please sign in to comment.