Spaces:
Sleeping
Sleeping
ajuste retorno supervisor
Browse files
agent.py
CHANGED
@@ -37,7 +37,7 @@ class Agent:
|
|
37 |
text_inverter_tool, check_table_commutativity_tool],
|
38 |
prompt= SUPERVISOR_PROMPT,
|
39 |
add_handoff_back_messages=True,
|
40 |
-
output_mode="
|
41 |
).compile()
|
42 |
|
43 |
print("Agent initialized.")
|
|
|
37 |
text_inverter_tool, check_table_commutativity_tool],
|
38 |
prompt= SUPERVISOR_PROMPT,
|
39 |
add_handoff_back_messages=True,
|
40 |
+
output_mode="last_message",
|
41 |
).compile()
|
42 |
|
43 |
print("Agent initialized.")
|