Added memory system
This commit is contained in:
@@ -2,5 +2,5 @@ import {AbortablePromise} from './ai.ts';
|
||||
import {LLMMessage, LLMRequest} from './llm.ts';
|
||||
|
||||
export abstract class LLMProvider {
|
||||
abstract ask(message: string, options: LLMRequest): AbortablePromise<LLMMessage[]>;
|
||||
abstract ask(message: string, options: LLMRequest): AbortablePromise<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user