File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ and using an example chatbot client to communicate with those Lambda-based MCP s
99The example chatbot client will communicate with seven servers:
1010
11111 . ** dad-jokes** : Ask "Tell me a good dad joke."
12- 2 . ** dog-facts** : Ask "Tell me something about dogs".
13- 3 . ** mcpdoc** : Ask "What is Strands Agents?".
14- 4 . ** cat-facts** : Ask "Tell me something about cats".
12+ 2 . ** dog-facts** : Ask "Tell me something about dogs."
13+ 3 . ** mcpdoc** : Ask "Summarize the first page of the Strands Agents documentation."
14+ 4 . ** cat-facts** : Ask "Tell me something about cats."
15155 . ** time** : Ask "What is the current time?".
16166 . ** weather-alerts** : Ask "Are there any weather alerts right now?".
17177 . ** fetch** : Ask "Who is Tom Cruise?".
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ async def main() -> None:
116116 "Hello!" ,
117117 "What is the current time in Seattle?" ,
118118 "Are there any weather alerts right now?" ,
119- "What is Strands Agents? " ,
119+ "Summarize the first page of the Strands Agents documentation. " ,
120120 "Tell me a dad joke." ,
121121 "Tell me a dog fact." ,
122122 "Tell me a cat fact." ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ async function main(): Promise<void> {
5959 "Hello!" ,
6060 "What is the current time in Seattle?" ,
6161 "Are there any weather alerts right now?" ,
62- "What is Strands Agents? " ,
62+ "Summarize the first page of the Strands Agents documentation. " ,
6363 "Tell me a dad joke." ,
6464 "Tell me a dog fact." ,
6565 "Tell me a cat fact." ,
You can’t perform that action at this time.
0 commit comments