You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current system does not save the execution history (list[BaseMessages]), which limits the ability to review or analyze past interactions with the robot. This could hinder debugging, performance evaluation, and future enhancements.
Describe the solution you'd like
Implement a History Database to automatically log and store all execution history (list[BaseMessages). This would ensure that all interactions are preserved, enabling easier access to past data for analysis, debugging, and improvement of the robot's performance.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current system does not save the execution history (list[BaseMessages]), which limits the ability to review or analyze past interactions with the robot. This could hinder debugging, performance evaluation, and future enhancements.
Describe the solution you'd like
Implement a History Database to automatically log and store all execution history (list[BaseMessages). This would ensure that all interactions are preserved, enabling easier access to past data for analysis, debugging, and improvement of the robot's performance.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: