Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
145 changes: 0 additions & 145 deletions AI/prompts/contoso-audit-agent.md

This file was deleted.

145 changes: 0 additions & 145 deletions AI/prompts/contoso-legal-agent.md

This file was deleted.

2 changes: 1 addition & 1 deletion Custom Apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Runnable sample applications demonstrating SharePoint Embedded integration patte
| [boilerplate-react-azurefunction](./boilerplate-react-azurefunction) | React + Azure Functions | Reference boilerplate: SPA with an Azure Functions OBO proxy |
| [boilerplate-aspnet-webservice](./boilerplate-aspnet-webservice) | C# / ASP.NET Core | Reference boilerplate: server-side MVC app with tenant onboarding |
| [boilerplate-typescript-react](./boilerplate-typescript-react) | TypeScript + React + Azure Functions | TypeScript variant of the React boilerplate |
| [legal-docs](./legal-docs) | React + Fluent UI + Copilot SDK | Legal case management with AI-assisted document review |
| [legal-docs](./legal-docs) | React + Fluent UI | Legal case management sample |
| [project-management](./project-management) | React + Vite + Tailwind + shadcn-ui | Project collaboration app |
| [webhook](./webhook) | Node.js | Minimal Graph API change notification listener |

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"@microsoft/mgt-msal2-provider": "^4.2.1",
"@microsoft/mgt-react": "^4.2.1",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@microsoft/sharepointembedded-copilotchat-react": "https://download.microsoft.com/download/970802a5-2a7e-44ed-b17d-ad7dc99be312/microsoft-sharepointembedded-copilotchat-react-1.0.9.tgz",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,3 @@ export const SAMPLE_API_SCOPES = SAMPLE_API_CONTAINER_MANAGE
? [SAMPLE_API_CONTAINER_MANAGE]
: undefined;

// sharepoint scopes
export const SP_CONTAINER_SELECTED = `${Constants.SP_ROOT_SITE_URL}/Container.Selected`;

// embedded chat scopes
export const CHAT_SCOPES = [
SP_CONTAINER_SELECTED
];
Loading