File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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- "Summarize the first page of the Strands Agents documentation using the mcpdoc tool ." ,
119+ "Summarize the first page of the Strands Agents documentation using the list_doc_sources and fetch_docs tools ." ,
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- "Summarize the first page of the Strands Agents documentation using the mcpdoc tool ." ,
62+ "Summarize the first page of the Strands Agents documentation using the list_doc_sources and fetch_docs tools ." ,
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