Skip to content
Snippets Groups Projects
Commit 122ab88f authored by Yi Ding's avatar Yi Ding
Browse files

missed a chatRepl

parent f9394ebb
No related branches found
No related tags found
No related merge requests found
...@@ -141,10 +141,6 @@ export class ContextChatEngine implements ChatEngine { ...@@ -141,10 +141,6 @@ export class ContextChatEngine implements ChatEngine {
this.chatHistory = init?.chatHistory ?? []; this.chatHistory = init?.chatHistory ?? [];
} }
chatRepl() {
throw new Error("Method not implemented.");
}
async chat(message: string, chatHistory?: ChatMessage[] | undefined) { async chat(message: string, chatHistory?: ChatMessage[] | undefined) {
chatHistory = chatHistory ?? this.chatHistory; chatHistory = chatHistory ?? this.chatHistory;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment