-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
hacktoberfest⭐ enhancementNew feature or requestNew feature or request🙏 help wantedOpen for contributorsOpen for contributors
Milestone
Description
🎯 Aim of the feature
Refactor the existing spo_list_get
Language Model Tool to align with updated naming conventions, improve model descriptions, and add additional list creation options for enhanced SharePoint list management capabilities.
Issues to address:
- Rename the tool to get_spo_list following the naming convention {verb}_{noun} as established in the codebase
- Improve
modelDescription
:- What exactly does the tool do? - describe the specific functionality and capabilities
- What kind of information does it return? - detail the expected response format
- When should and shouldn't it be used? - provide clear use cases and scenarios to avoid
- Describe important limitations or constraints of the tool - identify technical and permission limitations
- Refactor ListGet
- Missing Properties: lets add support for the following options:
withPermissions
- Missing Properties: lets add support for the following options:
Under the hood use: spo list get
The issue #586 has been implemented and can be used as a reference to ensure consistency with the correct standards.
📷 Images (if possible) with expected result
No response
🤔 Additional remarks or comments
- VS Code LM docs: https://code.visualstudio.com/api/extension-guides/tools
- CLI for Microsoft 365 Reference: https://pnp.github.io/cli-microsoft365/cmd/spo/list/list-get
Adam-it
Metadata
Metadata
Assignees
Labels
hacktoberfest⭐ enhancementNew feature or requestNew feature or request🙏 help wantedOpen for contributorsOpen for contributors