xarical commited on
Commit
b143b9f
·
1 Parent(s): 20e5c62
Files changed (1) hide show
  1. CustomAgent.py +1 -1
CustomAgent.py CHANGED
@@ -34,7 +34,7 @@ Question: {question}
34
  @prompt_chain(
35
  template=self._system_prompt,
36
  model=self._model,
37
- functions=[self._banana],
38
  )
39
  def _magic(question: str) -> FunctionCall | str:
40
  """
 
34
  @prompt_chain(
35
  template=self._system_prompt,
36
  model=self._model,
37
+ functions=[self.websearch],
38
  )
39
  def _magic(question: str) -> FunctionCall | str:
40
  """