Skip to content

Commit

Permalink
refactor: update custom copilot template (#12390)
Browse files Browse the repository at this point in the history
* refactor: update readme and yml version
  • Loading branch information
xzf0587 authored Sep 13, 2024
1 parent cbc3a10 commit b1db316
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource webApp 'Microsoft.Web/sites@2021-02-01' = {
value: azureOpenAIDeploymentName
}
{
name: 'Azure__OpenAIDeploymentName'
name: 'Azure__OpenAIAssistantId'
value: azureOpenAIAssistantId
}
{{/useAzureOpenAI}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overview of the AI Agent template new
# Overview of the AI Agent template

This template showcases a bot app that responds to user questions like an AI assistant. This enables your users to talk with the AI assistant in Teams to find information.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/teams-toolkit/v1.5/yaml.schema.json
# yaml-language-server: $schema=https://aka.ms/teams-toolkit/v1.7/yaml.schema.json
# Visit https://aka.ms/teamsfx-v5.0-guide for details on this file
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.5
version: v1.7

provision:
# Creates a Teams app
Expand Down Expand Up @@ -86,7 +86,7 @@ provision:
# Path to manifest template
manifestPath: ./appPackage/manifest.json
outputZipPath: ./appPackage/build/appPackage.${{TEAMSFX_ENV}}.zip
outputJsonPath: ./appPackage/build/manifest.${{TEAMSFX_ENV}}.json
outputFolder: ./appPackage/build
# Validate app package using validation rules
- uses: teamsApp/validateAppPackage
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/teams-toolkit/v1.5/yaml.schema.json
# yaml-language-server: $schema=https://aka.ms/teams-toolkit/v1.7/yaml.schema.json
# Visit https://aka.ms/teamsfx-v5.0-guide for details on this file
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.5
version: v1.7

environmentFolderPath: ./env

Expand Down

0 comments on commit b1db316

Please sign in to comment.