small todo updates

This commit is contained in:
Johannes
2024-03-20 17:07:46 +01:00
parent 694bf0b64e
commit bb289d3280
3 changed files with 4 additions and 9 deletions

View File

@@ -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 = {