Reece Browne dcadada7d3 feat: Implement shared hooks for tool operations
- Introduced `useToolApiCalls` for handling API calls with file processing and cancellation support.
- Created `useToolOperation` to manage tool operations, including state management, error handling, and file processing.
- Added `useToolResources` for managing blob URLs and generating thumbnails.
- Developed `useToolState` for centralized state management of tool operations.
- Refactored `useSplitOperation` to utilize the new shared hooks, simplifying the execution of split operations.
- Updated `useSplitParameters` to remove mode state and integrate with the new parameter structure.
- Enhanced error handling with `toolErrorHandler` utilities for standardized error extraction and messaging.
- Implemented `toolOperationTracker` for creating operation tracking data for file context integration.
- Added `toolResponseProcessor` for processing API response blobs based on handler configuration.
2025-08-04 11:59:32 +01:00
..
2025-08-01 14:22:19 +01:00
2025-07-16 17:53:50 +01:00
2025-06-24 20:25:03 +01:00
2025-06-04 19:04:56 +01:00
2025-07-25 12:27:30 +01:00
2025-07-16 17:53:50 +01:00
2025-07-16 17:53:50 +01:00
2025-07-16 17:53:50 +01:00
2025-06-09 18:38:06 +01:00
2025-07-16 17:53:50 +01:00
2025-08-01 16:08:04 +01:00
2025-07-16 17:53:50 +01:00
2025-05-29 17:26:32 +01:00
2025-06-10 11:19:54 +01:00