Skip to content

Commit 46cf952

Browse files
committed
Run ruff
1 parent b675a3a commit 46cf952

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

mxtoai/handle_configuration.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
from pydantic import BaseModel
44

5-
from mxtoai.prompts import (
6-
template_prompts,
7-
output_prompts
8-
)
5+
from mxtoai.prompts import output_prompts, template_prompts
6+
97

108
class EmailHandleInstructions(BaseModel):
119
handle: str

mxtoai/prompts/output_prompts.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
"""Output formatting guidelines for different email processing handlers.
1+
"""
2+
Output formatting guidelines for different email processing handlers.
23
3-
These guidelines complement the template prompts by focusing specifically on
4+
These guidelines complement the template prompts by focusing specifically on
45
output structure and formatting, while avoiding redundancy with the template content.
56
"""
67

@@ -14,7 +15,7 @@
1415
5. End with any action items or next steps
1516
"""
1617

17-
# Research handler output guidelines
18+
# Research handler output guidelines
1819
RESEARCH_OUTPUT_GUIDELINES = """
1920
Output Format Guidelines:
2021
1. Executive Summary: Brief overview (2-3 sentences)
@@ -83,4 +84,4 @@
8384
- **ICS File Notice**: Standard mention of attachment
8485
- **Notes**: Any assumptions or clarifications
8586
2. Format times consistently with timezone
86-
"""
87+
"""

mxtoai/prompts/template_prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
4. Include helpful notes
144144
"""
145145

146-
# Scheduling handler template
146+
# Scheduling handler template
147147
SCHEDULE_TEMPLATE = """
148148
Extract meeting/scheduling related information including participants, timing, and location details to provide scheduling recommendations
149149

0 commit comments

Comments
 (0)