Skip to content

Commit

Permalink
Fixes /manage chat command behavior. Closes #345 (#354)
Browse files Browse the repository at this point in the history
## 🎯 Aim

Is to do a small fixup in the way `/manage` chat command behaves when we are not logged in. It should break any other response until user will sign in.

## 📷 Result

![image](https://github.com/user-attachments/assets/cb1ca8cd-3992-4aa4-b9d8-18ed54929ce5)

## ✅ What was done

- [X] added return
- [X] small fixup in grounding file naming

## 🔗 Related issue

Closes: #345
  • Loading branch information
Adam-it authored Nov 23, 2024
1 parent 4c01c07 commit ce1a6f5
Show file tree
Hide file tree
Showing 4 changed files with 1,378 additions and 1,040 deletions.
2 changes: 1 addition & 1 deletion scripts/cli-for-microsoft365-create-grounding-data.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ foreach ($key in $commandsData.Keys) {
$dataArray += $orderedHashtable
}

$dataArray | ConvertTo-Json -Depth 3 | Out-File "$workspacePath\vscode-viva\src\chat\cli-for-microsoft365-spo-commands.ts"
$dataArray | ConvertTo-Json -Depth 3 | Out-File "$workspacePath\vscode-viva\src\chat\CliForMicrosoft365SpoCommands.ts"
Loading

0 comments on commit ce1a6f5

Please sign in to comment.