From 611ac15cbbfd8b76700cf04ca1b99823b8511517 Mon Sep 17 00:00:00 2001 From: EldarAlvik Date: Thu, 7 Nov 2024 21:38:48 +0100 Subject: [PATCH] prompt: fix --- core/noder.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/noder.py b/core/noder.py index d3d8d5b..5cd04ef 100644 --- a/core/noder.py +++ b/core/noder.py @@ -142,6 +142,9 @@ def calendar_decision_agent(state: GraphState): jarvis agents question and answer with only the name of the option choose. + if you have searched for calendeer events once you should return to jarvis. + the same is for creatting a event, you only need to create that event once. and return to jarvis. + Here are previous messages: Message: {messages}