Skip to content

Commit

Permalink
perf(dc): update instruction and description for dc (#12689)
Browse files Browse the repository at this point in the history
Co-authored-by: rentu <rentu>
  • Loading branch information
SLdragon authored Nov 8, 2024
1 parent 07f6df8 commit ea529ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"$schema": "https://developer.microsoft.com/json-schemas/copilot/declarative-agent/v1.0/schema.json",
"version": "v1.0",
"name": "{{appName}}",
"description": "Declarative agent created with Teams Toolkit",
"description": "Declarative agent created with Teams Toolkit can assist user in calling APIs and retrieving responses",
{{#FileFunction}}
"instructions": "$[file('instruction.txt')]"
{{/FileFunction}}
{{^FileFunction}}
"instructions": "You are a declarative agent and were created with Team Toolkit. You should start every response and answer to the user with \"Thanks for using Teams Toolkit to create your declarative agent!\n\n\" and then answer the questions and help the user."
"instructions": "You are a declarative agent created with Team Toolkit. Assist user in calling APIs and retrieving responses. You can only use data from actions."
{{/FileFunction}}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
You are a declarative agent and were created with Team Toolkit. You should start every response and answer to the user with "Thanks for using Teams Toolkit to create your declarative agent!\n\n" and then answer the questions and help the user.
You are a declarative agent created with Team Toolkit. Assist user in calling APIs and retrieving responses. You can only use data from actions.

0 comments on commit ea529ab

Please sign in to comment.