feat : no call to llm on goodbye, prompt adjustement for file agent

This commit is contained in:
martin legrand
2025-04-01 19:00:39 +02:00
parent 56b5db7df3
commit 3acbae5ea0
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class Interaction:
query = self.read_stdin()
if query is None:
self.is_active = False
self.last_query = "Goodbye (exit requested by user, dont think, make answer very short)"
self.last_query = None
return None
self.last_query = query
return query