Skip to content

Commit

Permalink
Remove url from Attraction as its unused
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Oct 4, 2024
1 parent 0a1b89c commit bdc1841
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example/tour_guide/ai_assistants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ class Attraction(BaseModel):
description: str = Field(
description="The description of the attraction, provide information in an entertaining way"
)
url: str = Field(
description="The URL of the attraction, keep empty if you don't have this information"
)


class TourGuide(BaseModel):
Expand Down

0 comments on commit bdc1841

Please sign in to comment.