PLBot commited on
Commit
bb03ea6
·
verified ·
1 Parent(s): d48eac2

Update agents/tour_guide_agent.py

Browse files
Files changed (1) hide show
  1. agents/tour_guide_agent.py +1 -2
agents/tour_guide_agent.py CHANGED
@@ -1,4 +1,3 @@
1
- # agents/tour_guide_agent.py
2
  from smolagents import CodeAgent
3
  from typing import Dict, List, Optional, Any
4
 
@@ -17,7 +16,7 @@ class TourGuideAgent(CodeAgent):
17
  planning_interval=None,
18
  max_steps=3,
19
  verbosity_level=1,
20
- name="Tour Guide Agent",
21
  description="Recommends popular tourist destinations in a given location",
22
  **kwargs
23
  ):
 
 
1
  from smolagents import CodeAgent
2
  from typing import Dict, List, Optional, Any
3
 
 
16
  planning_interval=None,
17
  max_steps=3,
18
  verbosity_level=1,
19
+ name="TourGuideAgent",
20
  description="Recommends popular tourist destinations in a given location",
21
  **kwargs
22
  ):