mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
403a84b0a6
- Added a new SQL migration to insert toolcall privileges into the privileges table. - Introduced the `ToolcallService` for managing toolcall data, including retrieval of toolcalls and flow-specific toolcalls. - Implemented API endpoints for fetching toolcalls and toolcall details, with appropriate permission checks. - Enhanced Swagger documentation to include new toolcall endpoints and their specifications. - Created a new model for toolcalls, defining their structure and validation rules. - Added error handling for invalid toolcall requests and not found scenarios.