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
Implement integration management and tool call tracking enhancements
- Added support for managing integrations, including listing, approving, rejecting, and deleting integrations through a new API.
- Introduced `ToolCallCollector` to track tool call data across runs, allowing for better persistence and error handling.
- Updated chat handlers and message structures to incorporate tool call results, including success and error states.
- Enhanced the UI to display integration statuses and provide options for retrying failed installations.
- Refactored various components to accommodate the new integration and tool call features, ensuring a cohesive user experience.