UNPKG

auto-gpt-ts

Version:

my take of Auto-GPT in typescript

3 lines (2 loc) 252 B
export declare function formatMemory(assistantReply: string, nextMessageContent: string): string; export declare function saveMemoryTrimmedFromContextWindow(fullMessageHistory: any[], nextMessageToAddIndex: number, permanentMemory: Set<string>): void;