Skip to content

Commit d5749f0

Browse files
author
Pierre
committed
remove examples for input fields
1 parent 46ca83e commit d5749f0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/10_calendar_event_extraction.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,9 @@ class EmailInput(BaseModel):
2525
"""Input model containing the email content to analyze."""
2626
subject: str = Field(
2727
description="The subject line of the email",
28-
examples=[
29-
"Team Meeting - Tuesday 3pm",
30-
"Invitation: Product Review (Apr 15)",
31-
],
3228
)
3329
body: str = Field(
3430
description="The main content/body of the email",
35-
examples=[
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-
],
3931
)
4032

4133

0 commit comments

Comments
 (0)