Update src/txagent/txagent.py
Browse files- src/txagent/txagent.py +1 -1
src/txagent/txagent.py
CHANGED
@@ -352,7 +352,7 @@ class TxAgent:
|
|
352 |
str(solution_plan)
|
353 |
)
|
354 |
sub_agent_task = "Sub TxAgent plan: " + str(solution_plan)
|
355 |
-
sub_result = yield from self.
|
356 |
full_message, history=[], temperature=temperature,
|
357 |
max_new_tokens=1024, max_token=8192,
|
358 |
call_agent=False, call_agent_level=call_agent_level,
|
|
|
352 |
str(solution_plan)
|
353 |
)
|
354 |
sub_agent_task = "Sub TxAgent plan: " + str(solution_plan)
|
355 |
+
sub_result = yield from self.run_gradio_chat(
|
356 |
full_message, history=[], temperature=temperature,
|
357 |
max_new_tokens=1024, max_token=8192,
|
358 |
call_agent=False, call_agent_level=call_agent_level,
|