gdms commited on
Commit
c9eb90f
·
1 Parent(s): e634f59

ajuste retorno supervisor

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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="final_response",
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.")