You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "A tool use example illustrating how to connect AI models on &BR; with a custom tool or API"
152
-
title_abbrev: "Tool use with the Converse API"
153
-
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."
- description: "The primary execution of the scenario flow. This scenario orchestrates the conversation between the user, the &BR; Converse API, and a weather tool."
162
-
genai: some
163
-
snippet_tags:
164
-
- Bedrock.ConverseTool.dotnetv3.Scenario
165
-
- description: "The weather tool used by the demo. This file defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API."
166
-
genai: some
167
-
snippet_tags:
168
-
- Bedrock.ConverseTool.dotnetv3.WeatherTool
169
-
- description: "The Converse API action with a tool configuration."
- description: "The primary execution script of the demo. This script orchestrates the conversation between the user, the &BR; Converse API, and a weather tool."
- description: "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API."
- description: "The primary scenario and logic for the demo. This orchestrates the conversation between the user, the &BR; Converse API, and a weather tool."
- description: "The weather tool used by the demo. This script defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API."
- description: "The primary execution of the scenario flow. This scenario orchestrates the conversation between the user, the &BR; Converse API, and a weather tool."
1332
-
genai: some
1333
1209
snippet_tags:
1334
1210
- Bedrock.ConverseTool.dotnetv3.Scenario
1335
1211
- description: "The weather tool used by the demo. This file defines the tool specification and implements the logic to retrieve weather data using from the Open-Meteo API."
1336
-
genai: some
1337
1212
snippet_tags:
1338
1213
- Bedrock.ConverseTool.dotnetv3.WeatherTool
1339
1214
- description: "The Converse API action with a tool configuration."
0 commit comments