Skip to content

Commit

Permalink
Merge pull request #12195 from OfficeDev/hui/typeb-fix
Browse files Browse the repository at this point in the history
fix: the placeholder is not replace app name
  • Loading branch information
kimizhu authored Aug 8, 2024
2 parents f319927 + 0c0d708 commit 6f0d7ca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://aka.ms/json-schemas/copilot-extensions/v2.1/plugin.schema.json",
"schema_version": "v2.1",
"namespace": "repairs",
"name_for_human": "test${{APP_NAME_SUFFIX}}",
"name_for_human": "{{appName}}${{APP_NAME_SUFFIX}}",
"description_for_human": "Track your repair records",
"description_for_model": "Plugin for searching a repair list, you can search by who's assigned to the repair.",
"functions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://aka.ms/json-schemas/copilot-extensions/v2.1/plugin.schema.json",
"schema_version": "v2.1",
"namespace": "repairs",
"name_for_human": "test${{APP_NAME_SUFFIX}}",
"name_for_human": "{{appName}}${{APP_NAME_SUFFIX}}",
"description_for_human": "Track your repair records",
"description_for_model": "Plugin for searching a repair list, you can search by who's assigned to the repair.",
"functions": [
Expand Down

0 comments on commit 6f0d7ca

Please sign in to comment.