Skip to content
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

Closed
Adam-it opened this issue Jun 12, 2024 · 0 comments · Fixed by #341
Closed

💡 [Feature]: new /manage for the chat participant #255

Adam-it opened this issue Jun 12, 2024 · 0 comments · Fixed by #341
Assignees
Labels
⭐ enhancement New feature or request ✏️prototype 🤔 research needs researching before I start hacking
Milestone

Comments

@Adam-it
Copy link
Member

Adam-it commented Jun 12, 2024

🎯 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 and list 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

@Adam-it Adam-it added ⭐ enhancement New feature or request 💬 needs discussion 🤔 research needs researching before I start hacking ✏️prototype labels Jun 12, 2024
@Adam-it Adam-it added this to the v4.0 milestone Jun 12, 2024
@Adam-it Adam-it self-assigned this Jul 14, 2024
@Adam-it Adam-it modified the milestones: v4.0, v3.X Jul 29, 2024
@Adam-it Adam-it modified the milestones: v3.X, v4.X Sep 8, 2024
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
@Adam-it Adam-it closed this as completed Nov 16, 2024
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
Projects
None yet
1 participant