diff --git a/templates/common/api-plugin-existing-api/.vscode/launch.json.tpl b/templates/common/api-plugin-existing-api/.vscode/launch.json.tpl index 5260ffcb74..b3ddbb03a8 100644 --- a/templates/common/api-plugin-existing-api/.vscode/launch.json.tpl +++ b/templates/common/api-plugin-existing-api/.vscode/launch.json.tpl @@ -35,7 +35,7 @@ "name": "Preview in Copilot (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 1 @@ -46,7 +46,7 @@ "name": "Preview in Copilot (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 2 diff --git a/templates/common/copilot-gpt-basic/.vscode/launch.json b/templates/common/copilot-gpt-basic/.vscode/launch.json index ed864bd345..de1b02ec6a 100644 --- a/templates/common/copilot-gpt-basic/.vscode/launch.json +++ b/templates/common/copilot-gpt-basic/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "Preview in Copilot (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 1 @@ -16,7 +16,7 @@ "name": "Preview in Copilot (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 2 diff --git a/templates/common/copilot-gpt-basic/appPackage/declarativeCopilot.json.tpl b/templates/common/copilot-gpt-basic/appPackage/declarativeCopilot.json.tpl index dc2e8ad9fc..ffcd731876 100644 --- a/templates/common/copilot-gpt-basic/appPackage/declarativeCopilot.json.tpl +++ b/templates/common/copilot-gpt-basic/appPackage/declarativeCopilot.json.tpl @@ -2,5 +2,5 @@ "$schema": "https://aka.ms/json-schemas/copilot-extensions/v1.0/declarative-copilot.schema.json", "name": "{{appName}}", "description": "Declarative copilot created with Teams Toolkit", - "instructions": "You are a declarative copilot 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 copilot!\\n\" and then answer the questions and help the user." + "instructions": "You are a declarative copilot 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 copilot!\n\n\" and then answer the questions and help the user." } \ No newline at end of file diff --git a/templates/csharp/copilot-gpt-from-scratch-plugin/.{{NewProjectTypeName}}/launchSettings.json.tpl b/templates/csharp/copilot-gpt-from-scratch-plugin/.{{NewProjectTypeName}}/launchSettings.json.tpl index 9813104d70..dc1b9129db 100644 --- a/templates/csharp/copilot-gpt-from-scratch-plugin/.{{NewProjectTypeName}}/launchSettings.json.tpl +++ b/templates/csharp/copilot-gpt-from-scratch-plugin/.{{NewProjectTypeName}}/launchSettings.json.tpl @@ -3,7 +3,7 @@ // Launch project within Copilot "Copilot (browser)": { "commandName": "Project", - "launchUrl": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "launchUrl": "https://www.office.com/chat?auth=2", } } } \ No newline at end of file diff --git a/templates/csharp/copilot-gpt-from-scratch-plugin/Properties/launchSettings.json.tpl b/templates/csharp/copilot-gpt-from-scratch-plugin/Properties/launchSettings.json.tpl index 9e899cfb36..ab71d12772 100644 --- a/templates/csharp/copilot-gpt-from-scratch-plugin/Properties/launchSettings.json.tpl +++ b/templates/csharp/copilot-gpt-from-scratch-plugin/Properties/launchSettings.json.tpl @@ -6,7 +6,7 @@ "commandLineArgs": "host start --port 5130 --pause-on-error", "dotnetRunMessages": true, "launchBrowser": true, - "launchUrl": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "launchUrl": "https://www.office.com/chat?auth=2", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, diff --git a/templates/csharp/copilot-gpt-from-scratch-plugin/teamsapp.local.yml.tpl b/templates/csharp/copilot-gpt-from-scratch-plugin/teamsapp.local.yml.tpl index 3663ccf2df..3f591bd647 100644 --- a/templates/csharp/copilot-gpt-from-scratch-plugin/teamsapp.local.yml.tpl +++ b/templates/csharp/copilot-gpt-from-scratch-plugin/teamsapp.local.yml.tpl @@ -71,7 +71,7 @@ provision: commandLineArgs: "host start --port 5130 --pause-on-error" dotnetRunMessages: true launchBrowser: true - launchUrl: "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt" + launchUrl: "https://www.office.com/chat?auth=2" environmentVariables: ASPNETCORE_ENVIRONMENT: "Development" hotReloadProfile: "aspnetcore" diff --git a/templates/js/api-plugin-from-scratch-bearer/.vscode/launch.json.tpl b/templates/js/api-plugin-from-scratch-bearer/.vscode/launch.json.tpl index 6bf771e680..4cc092ce1b 100644 --- a/templates/js/api-plugin-from-scratch-bearer/.vscode/launch.json.tpl +++ b/templates/js/api-plugin-from-scratch-bearer/.vscode/launch.json.tpl @@ -126,7 +126,7 @@ "name": "Launch App in Teams (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -141,7 +141,7 @@ "name": "Launch App in Teams (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -156,7 +156,7 @@ "name": "Preview in Copilot (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 1 @@ -167,7 +167,7 @@ "name": "Preview in Copilot (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 2 diff --git a/templates/js/api-plugin-from-scratch-bearer/appPackage/repairDeclarativeCopilot.json.tpl b/templates/js/api-plugin-from-scratch-bearer/appPackage/repairDeclarativeCopilot.json.tpl index 8159ff453a..084a479840 100644 --- a/templates/js/api-plugin-from-scratch-bearer/appPackage/repairDeclarativeCopilot.json.tpl +++ b/templates/js/api-plugin-from-scratch-bearer/appPackage/repairDeclarativeCopilot.json.tpl @@ -1,7 +1,7 @@ { "$schema": "https://aka.ms/json-schemas/copilot-extensions/v1.0/declarative-copilot.schema.json", "name": "{{appName}}${{APP_NAME_SUFFIX}}", - "description": "This GPT helps you with finding car repair records.", + "description": "This declarative copilot helps you with finding car repair records.", "instructions": "You will help the user find car repair records assigned to a specific person, the name of the person should be provided by the user. The user will provide the name of the person and you will need to understand the user's intent and provide the car repair records assigned to that person. You can only access and leverage the data from the 'repairPlugin' action.", "conversation_starters": [ { diff --git a/templates/js/api-plugin-from-scratch-oauth/.vscode/launch.json.tpl b/templates/js/api-plugin-from-scratch-oauth/.vscode/launch.json.tpl index 6bf771e680..4cc092ce1b 100644 --- a/templates/js/api-plugin-from-scratch-oauth/.vscode/launch.json.tpl +++ b/templates/js/api-plugin-from-scratch-oauth/.vscode/launch.json.tpl @@ -126,7 +126,7 @@ "name": "Launch App in Teams (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -141,7 +141,7 @@ "name": "Launch App in Teams (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -156,7 +156,7 @@ "name": "Preview in Copilot (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 1 @@ -167,7 +167,7 @@ "name": "Preview in Copilot (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 2 diff --git a/templates/js/api-plugin-from-scratch-oauth/appPackage/repairDeclarativeCopilot.json.tpl b/templates/js/api-plugin-from-scratch-oauth/appPackage/repairDeclarativeCopilot.json.tpl index 126a658833..b9fbb546b0 100644 --- a/templates/js/api-plugin-from-scratch-oauth/appPackage/repairDeclarativeCopilot.json.tpl +++ b/templates/js/api-plugin-from-scratch-oauth/appPackage/repairDeclarativeCopilot.json.tpl @@ -1,7 +1,7 @@ { "$schema": "https://aka.ms/json-schemas/copilot-extensions/v1.0/declarative-copilot.schema.json", "name": "{{appName}}${{APP_NAME_SUFFIX}}", - "description": "This GPT helps you with finding car repair records.", + "description": "This declarative copilot helps you with finding car repair records.", "instructions": "You will help the user find car repair records assigned to a specific person, the name of the person should be provided by the user. The user will provide the name of the person and you will need to understand the user's intent and provide the car repair records assigned to that person. You can only access and leverage the data from the 'repairPlugin' action.", "conversation_starters": [ { diff --git a/templates/js/api-plugin-from-scratch/.vscode/launch.json.tpl b/templates/js/api-plugin-from-scratch/.vscode/launch.json.tpl index 91500fec19..b97d25bea0 100644 --- a/templates/js/api-plugin-from-scratch/.vscode/launch.json.tpl +++ b/templates/js/api-plugin-from-scratch/.vscode/launch.json.tpl @@ -128,7 +128,7 @@ "name": "Launch App in Teams (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -143,7 +143,7 @@ "name": "Launch App in Teams (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -158,7 +158,7 @@ "name": "Preview in Copilot (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 1 @@ -169,7 +169,7 @@ "name": "Preview in Copilot (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 2 diff --git a/templates/js/api-plugin-from-scratch/appPackage/repairDeclarativeCopilot.json.tpl b/templates/js/api-plugin-from-scratch/appPackage/repairDeclarativeCopilot.json.tpl index 8159ff453a..084a479840 100644 --- a/templates/js/api-plugin-from-scratch/appPackage/repairDeclarativeCopilot.json.tpl +++ b/templates/js/api-plugin-from-scratch/appPackage/repairDeclarativeCopilot.json.tpl @@ -1,7 +1,7 @@ { "$schema": "https://aka.ms/json-schemas/copilot-extensions/v1.0/declarative-copilot.schema.json", "name": "{{appName}}${{APP_NAME_SUFFIX}}", - "description": "This GPT helps you with finding car repair records.", + "description": "This declarative copilot helps you with finding car repair records.", "instructions": "You will help the user find car repair records assigned to a specific person, the name of the person should be provided by the user. The user will provide the name of the person and you will need to understand the user's intent and provide the car repair records assigned to that person. You can only access and leverage the data from the 'repairPlugin' action.", "conversation_starters": [ { diff --git a/templates/js/copilot-gpt-from-scratch-plugin/.vscode/launch.json b/templates/js/copilot-gpt-from-scratch-plugin/.vscode/launch.json index 810ea6eb0f..910cce13c4 100644 --- a/templates/js/copilot-gpt-from-scratch-plugin/.vscode/launch.json +++ b/templates/js/copilot-gpt-from-scratch-plugin/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "Launch App in Teams (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -20,7 +20,7 @@ "name": "Launch App in Teams (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -35,7 +35,7 @@ "name": "Preview in Copilot (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 1 @@ -46,7 +46,7 @@ "name": "Preview in Copilot (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 2 diff --git a/templates/ts/api-plugin-from-scratch-bearer/.vscode/launch.json.tpl b/templates/ts/api-plugin-from-scratch-bearer/.vscode/launch.json.tpl index 47affd4f4b..e4e8ee8d31 100644 --- a/templates/ts/api-plugin-from-scratch-bearer/.vscode/launch.json.tpl +++ b/templates/ts/api-plugin-from-scratch-bearer/.vscode/launch.json.tpl @@ -126,7 +126,7 @@ "name": "Launch App in Teams (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -141,7 +141,7 @@ "name": "Launch App in Teams (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -156,7 +156,7 @@ "name": "Preview in Copilot (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 1 @@ -167,7 +167,7 @@ "name": "Preview in Copilot (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 2 diff --git a/templates/ts/api-plugin-from-scratch-bearer/appPackage/repairDeclarativeCopilot.json.tpl b/templates/ts/api-plugin-from-scratch-bearer/appPackage/repairDeclarativeCopilot.json.tpl index 8159ff453a..084a479840 100644 --- a/templates/ts/api-plugin-from-scratch-bearer/appPackage/repairDeclarativeCopilot.json.tpl +++ b/templates/ts/api-plugin-from-scratch-bearer/appPackage/repairDeclarativeCopilot.json.tpl @@ -1,7 +1,7 @@ { "$schema": "https://aka.ms/json-schemas/copilot-extensions/v1.0/declarative-copilot.schema.json", "name": "{{appName}}${{APP_NAME_SUFFIX}}", - "description": "This GPT helps you with finding car repair records.", + "description": "This declarative copilot helps you with finding car repair records.", "instructions": "You will help the user find car repair records assigned to a specific person, the name of the person should be provided by the user. The user will provide the name of the person and you will need to understand the user's intent and provide the car repair records assigned to that person. You can only access and leverage the data from the 'repairPlugin' action.", "conversation_starters": [ { diff --git a/templates/ts/api-plugin-from-scratch-oauth/.vscode/launch.json.tpl b/templates/ts/api-plugin-from-scratch-oauth/.vscode/launch.json.tpl index 6bf771e680..4cc092ce1b 100644 --- a/templates/ts/api-plugin-from-scratch-oauth/.vscode/launch.json.tpl +++ b/templates/ts/api-plugin-from-scratch-oauth/.vscode/launch.json.tpl @@ -126,7 +126,7 @@ "name": "Launch App in Teams (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -141,7 +141,7 @@ "name": "Launch App in Teams (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -156,7 +156,7 @@ "name": "Preview in Copilot (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 1 @@ -167,7 +167,7 @@ "name": "Preview in Copilot (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 2 diff --git a/templates/ts/api-plugin-from-scratch-oauth/appPackage/repairDeclarativeCopilot.json.tpl b/templates/ts/api-plugin-from-scratch-oauth/appPackage/repairDeclarativeCopilot.json.tpl index 126a658833..b9fbb546b0 100644 --- a/templates/ts/api-plugin-from-scratch-oauth/appPackage/repairDeclarativeCopilot.json.tpl +++ b/templates/ts/api-plugin-from-scratch-oauth/appPackage/repairDeclarativeCopilot.json.tpl @@ -1,7 +1,7 @@ { "$schema": "https://aka.ms/json-schemas/copilot-extensions/v1.0/declarative-copilot.schema.json", "name": "{{appName}}${{APP_NAME_SUFFIX}}", - "description": "This GPT helps you with finding car repair records.", + "description": "This declarative copilot helps you with finding car repair records.", "instructions": "You will help the user find car repair records assigned to a specific person, the name of the person should be provided by the user. The user will provide the name of the person and you will need to understand the user's intent and provide the car repair records assigned to that person. You can only access and leverage the data from the 'repairPlugin' action.", "conversation_starters": [ { diff --git a/templates/ts/api-plugin-from-scratch/.vscode/launch.json.tpl b/templates/ts/api-plugin-from-scratch/.vscode/launch.json.tpl index 91500fec19..b97d25bea0 100644 --- a/templates/ts/api-plugin-from-scratch/.vscode/launch.json.tpl +++ b/templates/ts/api-plugin-from-scratch/.vscode/launch.json.tpl @@ -128,7 +128,7 @@ "name": "Launch App in Teams (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -143,7 +143,7 @@ "name": "Launch App in Teams (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -158,7 +158,7 @@ "name": "Preview in Copilot (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 1 @@ -169,7 +169,7 @@ "name": "Preview in Copilot (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 2 diff --git a/templates/ts/api-plugin-from-scratch/appPackage/repairDeclarativeCopilot.json.tpl b/templates/ts/api-plugin-from-scratch/appPackage/repairDeclarativeCopilot.json.tpl index 8159ff453a..084a479840 100644 --- a/templates/ts/api-plugin-from-scratch/appPackage/repairDeclarativeCopilot.json.tpl +++ b/templates/ts/api-plugin-from-scratch/appPackage/repairDeclarativeCopilot.json.tpl @@ -1,7 +1,7 @@ { "$schema": "https://aka.ms/json-schemas/copilot-extensions/v1.0/declarative-copilot.schema.json", "name": "{{appName}}${{APP_NAME_SUFFIX}}", - "description": "This GPT helps you with finding car repair records.", + "description": "This declarative copilot helps you with finding car repair records.", "instructions": "You will help the user find car repair records assigned to a specific person, the name of the person should be provided by the user. The user will provide the name of the person and you will need to understand the user's intent and provide the car repair records assigned to that person. You can only access and leverage the data from the 'repairPlugin' action.", "conversation_starters": [ { diff --git a/templates/ts/copilot-gpt-from-scratch-plugin/.vscode/launch.json b/templates/ts/copilot-gpt-from-scratch-plugin/.vscode/launch.json index 810ea6eb0f..910cce13c4 100644 --- a/templates/ts/copilot-gpt-from-scratch-plugin/.vscode/launch.json +++ b/templates/ts/copilot-gpt-from-scratch-plugin/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "Launch App in Teams (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -20,7 +20,7 @@ "name": "Launch App in Teams (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "cascadeTerminateToConfigurations": [ "Attach to Backend" ], @@ -35,7 +35,7 @@ "name": "Preview in Copilot (Edge)", "type": "msedge", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 1 @@ -46,7 +46,7 @@ "name": "Preview in Copilot (Chrome)", "type": "chrome", "request": "launch", - "url": "https://www.office.com/chat?auth=2&cspoff=1&M365ChatFeatures=immersive-bizchat-avalon-endpoint%2cimmersive-bizchat-sydney-response-unpack-v2%2c-immersive-bizchat-send-conv-id-for-new-chat%2c-immersive-bizchat-handoff-buttons%2c-immersive-bizchat-enable-calendar-handoff%2c-immersive-bizchat-analytics-skill%2cimmersive-bizchat-enable-sydney-verbosity%2c-immersive-bizchat-chat-input-transform-spo-file-url%2cimmersive-bizchat-gpt", + "url": "https://www.office.com/chat?auth=2", "presentation": { "group": "remote", "order": 2