#Should all agents be told to reply "TERMINATE" after they finished their task?

2 messages · Page 1 of 1 (latest)

paper stone
#

Should all agents be told to reply "TERMINATE" after they finished their task?

I'm talking about in their system_messages do we have to specifically tell it to "Reply 'TERMINATE' when you are done with your task"

frigid prawn
#

the default detection for stopping right now is TERMINATE, so default answer is yes. But you can also pass in a function call that will detect termination in a custom way via the is_terminate_msg arg and detect termination in different ways.