Debugging Console
Once you have added all the necessary nodes to your workflow and configured the appropriate settings, it's time to begin testing your AI agent.
Last updated
Once you have added all the necessary nodes to your workflow and configured the appropriate settings, it's time to begin testing your AI agent.
Last updated
The Debugging Console is a powerful tool that provides real-time insights into your bot's behavior and performance, making it easier to identify and address any issues or optimize your agent's functionality.
When you interact with your bot through the built-in chat or any other connected channel, the console at the bottom of the interface will display real-time logging data. This logging information will help you understand the inner workings of your bot in more detail, allowing you to observe the flow of information and commands as they happen.
By monitoring the real-time logs, you can gain valuable insights into how your bot is processing user input, accessing tools, calculating cost and generating responses, which can be crucial for troubleshooting, debugging, and fine-tuning your agent.
In addition to the real-time logging, each node (both the bot and any connected tools) has a "Log" button that will open a window displaying the complete usage history of that particular node. This individual log allows you to review the console messages related to this specific node, providing a detailed record of how it has been utilized by your agent.