- 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.
|
| 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 |
"""
|