mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
small todo updates
This commit is contained in:
@@ -85,6 +85,7 @@ class BridgeAgent implements IChatAgentImplementation {
|
||||
};
|
||||
|
||||
const inlineProgress = new Progress<IInlineChatProgressItem>(data => {
|
||||
// TODO@jrieken
|
||||
// if (data.message) {
|
||||
// progress({ kind: 'progressMessage', content: new MarkdownString(data.message) });
|
||||
// }
|
||||
@@ -170,13 +171,6 @@ class BridgeAgent implements IChatAgentImplementation {
|
||||
coalesceInPlace(chatFollowups);
|
||||
return chatFollowups;
|
||||
}
|
||||
|
||||
// provideWelcomeMessage?(token: CancellationToken): ProviderResult<(string | IMarkdownString)[] | undefined> {
|
||||
// throw new Error('Method not implemented.');
|
||||
// }
|
||||
// provideSampleQuestions?(token: CancellationToken): ProviderResult<IChatFollowup[] | undefined> {
|
||||
// throw new Error('Method not implemented.');
|
||||
// }
|
||||
}
|
||||
|
||||
type SessionData = {
|
||||
|
||||
Reference in New Issue
Block a user