Skip to content

Commit

Permalink
refactor: update TCE message
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqizhou77 committed Oct 15, 2024
1 parent 89938a6 commit c31d3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vscode-extension/src/handlers/copilotChatHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export async function invokeTeamsAgent(args?: any[]): Promise<Result<null, FxErr
const query =
triggerFromProperty["trigger-from"] === TelemetryTriggerFrom.TreeView ||
triggerFromProperty["trigger-from"] === TelemetryTriggerFrom.CommandPalette
? "@teams "
: "@teams /create ";
? "@teamsapp Use this GitHub Copilot extension to ask questions about Teams app development."
: "@teamsapp Find relevant templates or samples to build your Teams app as per your description. E.g. @teamsapp create an AI assistant bot that can complete common tasks.";
let res;

const isExtensionInstalled = githubCopilotInstalled();
Expand Down

0 comments on commit c31d3c8

Please sign in to comment.