Martin Bär commited on
Commit
f31b7de
·
1 Parent(s): 274ab1c

Update the StatsAgent name

Browse files
Files changed (1) hide show
  1. basic_agent.py +1 -1
basic_agent.py CHANGED
@@ -122,7 +122,7 @@ class BasicAgent:
122
  )
123
 
124
  stats_agent = FunctionAgent(
125
- name="ImageAgent",
126
  description="Uses statistical tools to read and analyse excel and csv files.",
127
  system_prompt=(
128
  "You are an agent that can read excel and csv files and run simple statistical analysis on them. "
 
122
  )
123
 
124
  stats_agent = FunctionAgent(
125
+ name="StatsAgent",
126
  description="Uses statistical tools to read and analyse excel and csv files.",
127
  system_prompt=(
128
  "You are an agent that can read excel and csv files and run simple statistical analysis on them. "