jcleee commited on
Commit
e32f4a8
·
verified ·
1 Parent(s): 5073749

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -94,11 +94,11 @@ agent = CodeAgent(
94
  verbosity_level=1,
95
  grammar=None,
96
  planning_interval=None,
97
- name="Thomas",
98
  description=None,
99
  prompt_templates=prompt_templates
100
  )
101
 
102
  # === EXPORT AGENT ===
103
  def get_agent():
104
- return agent
 
94
  verbosity_level=1,
95
  grammar=None,
96
  planning_interval=None,
97
+ name=None,
98
  description=None,
99
  prompt_templates=prompt_templates
100
  )
101
 
102
  # === EXPORT AGENT ===
103
  def get_agent():
104
+ return agent