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
@@ -10,4 +10,5 @@ class CodingAgent(BaseAgent):
def __init__(self, model_name: str) -> None:
super().__init__(model_name)
self.system_prompt = CODING_AGENT_SYSTEM_PROMPT
self.system_prompt: str = CODING_AGENT_SYSTEM_PROMPT