From 3f95cb6c119f4d1136b9f982c595ef2751037818 Mon Sep 17 00:00:00 2001 From: mskarlin <12701035+mskarlin@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:34:26 -0700 Subject: [PATCH] Added tool description update to test (#368) Co-authored-by: James Braza --- tests/test_agents.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_agents.py b/tests/test_agents.py index f1ffe2e1..c236e58b 100644 --- a/tests/test_agents.py +++ b/tests/test_agents.py @@ -271,7 +271,8 @@ def test_tool_schema(agent_test_settings: Settings) -> None: "description": ( "Search for papers to increase the paper count.\n\nRepeat" " previous calls with the same query and years to continue a" - " search.\nThis tool can be called concurrently.\nThis tool" + " search. Only repeat a maximum of twice.\nThis tool can be" + " called concurrently.\nThis tool" " introduces novel papers, so invoke this tool when just" " beginning or when unsatisfied with the current evidence." ),