pratikshahp commited on
Commit
c932c9b
·
verified ·
1 Parent(s): 1a3bb1c

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -126,8 +126,8 @@ class Agent:
126
  self._history = []
127
 
128
  def chat(self, user_input: str) -> str:
129
- """Process user input and return the assistant's response."""
130
- return self.execute(user_input)
131
 
132
  def available_strategies(self) -> List[str]:
133
  """Return a list of available strategy names."""
 
126
  self._history = []
127
 
128
  def chat(self, user_input: str) -> str:
129
+ """Process user input and return the assistant's response."""
130
+ return self.execute(user_input)
131
 
132
  def available_strategies(self) -> List[str]:
133
  """Return a list of available strategy names."""