Created
February 2, 2025 05:47
-
-
Save vman/f29b1663279ac47b4e4b096355809884 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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