You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/aiProviders/copilot/index.ts
-37Lines changed: 0 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -57,45 +57,8 @@ export function activateChat(context: vscode.ExtensionContext) {
57
57
stream: vscode.ChatResponseStream,
58
58
token: vscode.CancellationToken
59
59
): Promise<IDB2ChatResult>=>{
60
-
constcopilotFamily=request.model.family;
61
-
62
60
if(canTalkToDb()){
63
61
switch(request.command){
64
-
// case `activity`: //TODO: remove
65
-
// stream.progress(`Grabbing Information about IBM i system`);
66
-
// const data = await getSystemStatus();
67
-
// console.log(
68
-
// `summarize the following data in a readable paragraph: ${data}`
69
-
// );
70
-
// messages = [
71
-
// vscode.LanguageModelChatMessage.User(
72
-
// `You are a an IBM i savant speciallizing in database features in Db2 for i. Please provide a summary of the current IBM i system state based on the developer requirement.`
0 commit comments