We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ca83e commit d5749f0Copy full SHA for d5749f0
examples/10_calendar_event_extraction.py
@@ -25,17 +25,9 @@ class EmailInput(BaseModel):
25
"""Input model containing the email content to analyze."""
26
subject: str = Field(
27
description="The subject line of the email",
28
- examples=[
29
- "Team Meeting - Tuesday 3pm",
30
- "Invitation: Product Review (Apr 15)",
31
- ],
32
)
33
body: str = Field(
34
description="The main content/body of the email",
35
36
- "Let's meet to discuss the Q2 roadmap. Tuesday at 3pm in Conference Room A.",
37
- "Please join us for the monthly product review meeting on April 15th at 2pm PST.",
38
39
40
41
0 commit comments