Skip to content

Commit

Permalink
Chat extension prototype (pnp#240)
Browse files Browse the repository at this point in the history
The aim is to add a preview feature with SPFx chat participant

![chat-intro](https://github.com/pnp/vscode-viva/assets/58668583/e4166cfc-b200-4563-88c9-a53f09add7f1)

- [X] Added chat participant

Related: pnp#239
  • Loading branch information
Adam-it authored and nicodecleyre committed Aug 8, 2024
1 parent e2eec69 commit 61458f3
Show file tree
Hide file tree
Showing 2 changed files with 38,502 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/Prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ export const promptSetupContext = 'You will provide support in setting up your d

export const promptNewContext = `You will provide support in creating a new SharePoint Framework project by suggesting the scaffolding form in SPFx Toolkit VS Code extension or by suggesting one of the samples from the ${pnpSpfxSamplesLink}.`;

export const promptCodeContext = `You will provide support in writting code for SharePoint Framework (SPFx) solutions by suggesting the correct coding practices or spfx snippets that may be used from ${spfxSnippetsLink}. You will always provide coding sample for a given prompt.`;
export const promptCodeContext = `You will provide support in writting code for SharePoint Framework (SPFx) solutions by suggesting the correct coding practices or spfx snippets that may be used from ${spfxSnippetsLink}. You will always provide coding sample for a given prompt.`;
Loading

0 comments on commit 61458f3

Please sign in to comment.