From b3a9c28cfc4e5411f02797226e3bf58700caaed9 Mon Sep 17 00:00:00 2001 From: Willem Carel de Jongh Date: Wed, 12 Feb 2025 19:16:04 +0200 Subject: [PATCH] Gmail tools improvements and updates --- cookbook/models/perplexity/tool_use.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/models/perplexity/tool_use.py b/cookbook/models/perplexity/tool_use.py index 59739ca1db..e014d2b0cd 100644 --- a/cookbook/models/perplexity/tool_use.py +++ b/cookbook/models/perplexity/tool_use.py @@ -10,4 +10,4 @@ show_tool_calls=True, markdown=True, ) -agent.print_response("Whats happening in France today 11 Feb 2025?", stream=True) +agent.print_response("Whats happening in France?", stream=True)