File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The example chatbot client will communicate with seven servers:
10
10
11
11
1 . ** time** : Ask "What is the current time?".
12
12
2 . ** weather-alerts** : Ask "Are there any weather alerts right now?".
13
- 3 . ** mcpdoc** : Ask "What documentation sources do you have access to ?".
13
+ 3 . ** mcpdoc** : Ask "What is Strands Agents ?".
14
14
4 . ** cat-facts** : Ask "Tell me something about cats".
15
15
5 . ** dad-jokes** : Ask "Tell me a good dad joke."
16
16
6 . ** dog-facts** : Ask "Tell me something about dogs".
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ async def main() -> None:
103
103
"Hello!" ,
104
104
"What is the current time in Seattle?" ,
105
105
"Are there any weather alerts right now?" ,
106
- "List your available documentation sources. " ,
106
+ "What is Strands Agents? " ,
107
107
"Tell me a dad joke." ,
108
108
"Tell me a dog fact." ,
109
109
"Tell me a cat fact." ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ async function main(): Promise<void> {
59
59
"Hello!" ,
60
60
"What is the current time in Seattle?" ,
61
61
"Are there any weather alerts right now?" ,
62
- "List your available documentation sources. " ,
62
+ "What is Strands Agents? " ,
63
63
"Tell me a dad joke." ,
64
64
"Tell me a dog fact." ,
65
65
"Tell me a cat fact." ,
You can’t perform that action at this time.
0 commit comments