From 60056acbbd5a4ccf0ed2fcd622566c7e306722f9 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 17 Feb 2025 20:37:10 +0000 Subject: [PATCH] Update 02-explore-agentic-frameworks/README.md --- 02-explore-agentic-frameworks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-explore-agentic-frameworks/README.md b/02-explore-agentic-frameworks/README.md index a42a9b66..9df0990e 100644 --- a/02-explore-agentic-frameworks/README.md +++ b/02-explore-agentic-frameworks/README.md @@ -106,7 +106,7 @@ Behind the scenes, i.e recognizes the tool to call, what arguments it already ha "type": "function", "function": { "name": "BookTravelPlugin-book_flight", - "arguments": "{\n\"location\": \"New York\",\n\"date\": \"15th July\"\n}" + "arguments": "{\n\"location\": \"New York\",\n\"date\": \"\"\n}" } } ]