Spaces:
Sleeping
Sleeping
Update BasicAgent.py
Browse files- BasicAgent.py +2 -1
BasicAgent.py
CHANGED
@@ -41,7 +41,8 @@ class newAgent:
|
|
41 |
tools=tools,
|
42 |
model=model,
|
43 |
add_base_tools=True
|
44 |
-
|
|
|
45 |
def __call__(self, question: str) -> str:
|
46 |
"""ONE question in β ONE pure-text answer out."""
|
47 |
#β Replace .run with whatever method actually returns the answer string.
|
|
|
41 |
tools=tools,
|
42 |
model=model,
|
43 |
add_base_tools=True
|
44 |
+
)
|
45 |
+
#*
|
46 |
def __call__(self, question: str) -> str:
|
47 |
"""ONE question in β ONE pure-text answer out."""
|
48 |
#β Replace .run with whatever method actually returns the answer string.
|