-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💡 [Feature]: new /manage
for the chat participant
#255
Labels
⭐ enhancement
New feature or request
✏️prototype
🤔 research
needs researching before I start hacking
Milestone
Comments
Adam-it
added
⭐ enhancement
New feature or request
💬 needs discussion
🤔 research
needs researching before I start hacking
✏️prototype
labels
Jun 12, 2024
This was referenced Nov 12, 2024
5 tasks
Adam-it
added a commit
that referenced
this issue
Nov 16, 2024
…loses #255, #331 (#341) ## 🎯 Aim The aim of this PR is to: - improve the general chat prompt to guide the user to the use the correct chat command for the user intent - add a new `/manage` command that will allow to retrieve data from SharePoint ## 📷 Result https://github.com/user-attachments/assets/7a1f1994-95c9-45ca-9015-94fb1a58c715 https://github.com/user-attachments/assets/24a722a7-3770-4252-be14-2a63f818c7d4 ## ✅ What was done - [x] improved general chat prompt - [x] added manage chat command - [x] added script to parse CLI commands to create grounding data for list and get commands for LLM - [x] added separate LLM request to explain the CLI response - [x] improved transfer to `/code` chat command to include previous history context ## 🔗 Related issue Closes #255, #331
nicodecleyre
pushed a commit
to nicodecleyre/vscode-viva
that referenced
this issue
Nov 20, 2024
…loses pnp#255, pnp#331 (pnp#341) ## 🎯 Aim The aim of this PR is to: - improve the general chat prompt to guide the user to the use the correct chat command for the user intent - add a new `/manage` command that will allow to retrieve data from SharePoint ## 📷 Result https://github.com/user-attachments/assets/7a1f1994-95c9-45ca-9015-94fb1a58c715 https://github.com/user-attachments/assets/24a722a7-3770-4252-be14-2a63f818c7d4 ## ✅ What was done - [x] improved general chat prompt - [x] added manage chat command - [x] added script to parse CLI commands to create grounding data for list and get commands for LLM - [x] added separate LLM request to explain the CLI response - [x] improved transfer to `/code` chat command to include previous history context ## 🔗 Related issue Closes pnp#255, pnp#331
nicodecleyre
pushed a commit
to nicodecleyre/vscode-viva
that referenced
this issue
Nov 20, 2024
…loses pnp#255, pnp#331 (pnp#341) ## 🎯 Aim The aim of this PR is to: - improve the general chat prompt to guide the user to the use the correct chat command for the user intent - add a new `/manage` command that will allow to retrieve data from SharePoint ## 📷 Result https://github.com/user-attachments/assets/7a1f1994-95c9-45ca-9015-94fb1a58c715 https://github.com/user-attachments/assets/24a722a7-3770-4252-be14-2a63f818c7d4 ## ✅ What was done - [x] improved general chat prompt - [x] added manage chat command - [x] added script to parse CLI commands to create grounding data for list and get commands for LLM - [x] added separate LLM request to explain the CLI response - [x] improved transfer to `/code` chat command to include previous history context ## 🔗 Related issue Closes pnp#255, pnp#331
nicodecleyre
pushed a commit
to nicodecleyre/vscode-viva
that referenced
this issue
Nov 20, 2024
…loses pnp#255, pnp#331 (pnp#341) ## 🎯 Aim The aim of this PR is to: - improve the general chat prompt to guide the user to the use the correct chat command for the user intent - add a new `/manage` command that will allow to retrieve data from SharePoint ## 📷 Result https://github.com/user-attachments/assets/7a1f1994-95c9-45ca-9015-94fb1a58c715 https://github.com/user-attachments/assets/24a722a7-3770-4252-be14-2a63f818c7d4 ## ✅ What was done - [x] improved general chat prompt - [x] added manage chat command - [x] added script to parse CLI commands to create grounding data for list and get commands for LLM - [x] added separate LLM request to explain the CLI response - [x] improved transfer to `/code` chat command to include previous history context ## 🔗 Related issue Closes pnp#255, pnp#331
Adam-it
added a commit
that referenced
this issue
Dec 10, 2024
…loses #255, #331 (#341) ## 🎯 Aim The aim of this PR is to: - improve the general chat prompt to guide the user to the use the correct chat command for the user intent - add a new `/manage` command that will allow to retrieve data from SharePoint ## 📷 Result https://github.com/user-attachments/assets/7a1f1994-95c9-45ca-9015-94fb1a58c715 https://github.com/user-attachments/assets/24a722a7-3770-4252-be14-2a63f818c7d4 ## ✅ What was done - [x] improved general chat prompt - [x] added manage chat command - [x] added script to parse CLI commands to create grounding data for list and get commands for LLM - [x] added separate LLM request to explain the CLI response - [x] improved transfer to `/code` chat command to include previous history context ## 🔗 Related issue Closes #255, #331
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
⭐ enhancement
New feature or request
✏️prototype
🤔 research
needs researching before I start hacking
🎯 Aim of the feature
The aim is to add a new
/manage
command to the chat participant.The idea is that it will allow to correlate user prompt with a related CLI command and if possible (has the required inputs for the options) will execute the command to retrieve data in the chat response. It should only base on
get
andlist
CLI command and for start only aim app and SPFx and SPO management📷 Images (if possible) with expected result
No response
🤔 Additional remarks or comments
follow up #239
The text was updated successfully, but these errors were encountered: