Interface AssembledMemoryContext

interface AssembledMemoryContext {
    contextText: string;
    tokensUsed: number;
    allocation: MemoryBudgetAllocation;
    includedMemoryIds: string[];
}

Properties

contextText: string
tokensUsed: number
includedMemoryIds: string[]