deduplicate

This commit is contained in:
Michael Ingvarsson
2026-07-16 12:12:08 +02:00
parent 479223ceb2
commit 88d9ac2105
6 changed files with 24 additions and 6 deletions
+2 -1
View File
@@ -115,4 +115,5 @@ class CavemanAgent(BaseAgent):
def __init__(self, model_name: str) -> None:
super().__init__(model_name)
self.system_prompt = CAVEMAN_PROMPT
self.system_prompt: str = CAVEMAN_PROMPT