From 7afb79117b3e1ce55a4f9b8d8e017d6dd4b4d62b Mon Sep 17 00:00:00 2001 From: martin legrand Date: Sun, 4 May 2025 18:49:04 +0200 Subject: [PATCH] update agent --- prompts/base/mcp_agent.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prompts/base/mcp_agent.txt b/prompts/base/mcp_agent.txt index 534b2eb..8289963 100644 --- a/prompts/base/mcp_agent.txt +++ b/prompts/base/mcp_agent.txt @@ -56,7 +56,8 @@ Now that I know how to use the MCP, I will choose the search-stock-news tool and "type": "object", "required": ["symbol"], "properties": { - "symbol": "IBM" + "symbol": "AAPL", + "companyName": "IBM" } } }