From c31d3c8cbdeeec5ca483e8a06345ac9d128495dc Mon Sep 17 00:00:00 2001 From: Yuqi Zhou Date: Tue, 15 Oct 2024 14:12:38 +0800 Subject: [PATCH] refactor: update TCE message --- packages/vscode-extension/src/handlers/copilotChatHandlers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vscode-extension/src/handlers/copilotChatHandlers.ts b/packages/vscode-extension/src/handlers/copilotChatHandlers.ts index 776b2f4ed0..993a1b22b1 100644 --- a/packages/vscode-extension/src/handlers/copilotChatHandlers.ts +++ b/packages/vscode-extension/src/handlers/copilotChatHandlers.ts @@ -119,8 +119,8 @@ export async function invokeTeamsAgent(args?: any[]): Promise