Skip to content

Instantly share code, notes, and snippets.

@vman
Created February 2, 2025 05:47
Show Gist options
  • Save vman/f29b1663279ac47b4e4b096355809884 to your computer and use it in GitHub Desktop.
Save vman/f29b1663279ac47b4e4b096355809884 to your computer and use it in GitHub Desktop.
{
"$schema": "https://developer.microsoft.com/json-schemas/copilot/declarative-agent/v1.2/schema.json",
"version": "v1.2",
"name": "MyFirstAgent${{APP_NAME_SUFFIX}}",
"description": "This declarative agent helps you with finding car repair records.",
"instructions": "$[file('instruction.txt')]",
"conversation_starters": [
{
"text": "Show repair records assigned to Karin Blair"
}
],
"actions": [
{
"id": "repairPlugin",
"file": "ai-plugin.json"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment