Skip to content

feat: implement toolset management commands (create, delete, list, sh…#7259

Draft
therealjohn wants to merge 4 commits intoAzure:mainfrom
therealjohn:toolset
Draft

feat: implement toolset management commands (create, delete, list, sh…#7259
therealjohn wants to merge 4 commits intoAzure:mainfrom
therealjohn:toolset

Conversation

@therealjohn
Copy link
Contributor

Prototype for #7156

- Implemented `toolbox delete` command to remove a toolbox from the Foundry project with confirmation prompt.
- Added `toolbox list` command to display all toolboxes in the current Azure AI Foundry project, supporting both table and JSON output formats.
- Created `toolbox show` command to display detailed information about a specific toolbox, including its properties and tools.
- Developed corresponding unit tests for toolbox commands to ensure functionality and correctness.
- Introduced new data structures and API operations for managing toolboxes, including creation, deletion, and retrieval.
- Updated project configuration to include toolbox dependencies, allowing agents to specify required toolboxes in their configuration.
- Enhanced error handling and messaging for toolbox operations to improve user experience.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant