style: linted everything

ref: N25B-207
This commit is contained in:
JobvAlewijk
2025-10-29 13:01:00 +01:00
parent af789bd459
commit c7a2effa78
4 changed files with 10 additions and 15 deletions

View File

@@ -6,14 +6,14 @@ class LLMInstructions:
@staticmethod
def default_norms() -> str:
return f"""
return """
Be friendly and respectful.
Make the conversation feel natural and engaging.
""".strip()
@staticmethod
def default_goals() -> str:
return f"""
return """
Try to learn the user's name during conversation.
""".strip()