Open wass-21 opened 1 month ago
Hey did you try to enable JSON mode for the CEO agent? Also, discord is the best place for questions like this so we can assist you quicker
This issue is stale because it has been open for 30 days with no activity. Please upgrade to the latest version and test it again.
We are facing an issue where the entry point agent occasionally sends incorrect or malformed information when communicating with other agents. To address this, I want to enforce that all messages sent by the entry point agent are in JSON format to improve message consistency and avoid errors in communication. Specifically, I need guidance on:
How can I ensure that all messages sent by the entry point agent are in JSON format? Is there a way to optimize the sendMessage function to enforce JSON format for all outgoing messages?