mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 10:25:13 +00:00
* Add TypeSpec for Microsoft 365 Copilot collection: prompts, instruction, manifest, docs * Fix prompt frontmatter (mode + quoted descriptions), quote instructions description, and folderId casing in docs * Prompt frontmatter: remove name, add model field per guide --------- Co-authored-by: Troy Taylor <troytaylor@microsoft.com> Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
17 lines
692 B
YAML
17 lines
692 B
YAML
id: typespec-m365-copilot
|
|
name: TypeSpec for Microsoft 365 Copilot
|
|
description: Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot extensibility.
|
|
tags: [typespec, m365-copilot, declarative-agents, api-plugins, agent-development, microsoft-365]
|
|
items:
|
|
- path: prompts/typespec-create-agent.prompt.md
|
|
kind: prompt
|
|
- path: prompts/typespec-create-api-plugin.prompt.md
|
|
kind: prompt
|
|
- path: prompts/typespec-api-operations.prompt.md
|
|
kind: prompt
|
|
- path: instructions/typespec-m365-copilot.instructions.md
|
|
kind: instruction
|
|
display:
|
|
ordering: manual
|
|
show_badge: true
|