deduplicate
This commit is contained in:
@@ -17,7 +17,8 @@ class NotificationReaderAgent(BaseAgent):
|
||||
|
||||
def __init__(self, model_name: str) -> None:
|
||||
super().__init__(model_name)
|
||||
self.system_prompt = NOTIFICATION_READER_SYSTEM_PROMPT
|
||||
self.system_prompt: str = NOTIFICATION_READER_SYSTEM_PROMPT
|
||||
|
||||
|
||||
async def decide_notification(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user