enhance: add context limit types to agentMessages

This commit is contained in:
a7m-1st 2025-10-19 16:20:25 +03:00
parent af64c79fd5
commit 16f52d1251

View file

@ -112,6 +112,9 @@ declare global {
output?: string
result?: string
tools?: string[];
//Context Length
current_length?: number;
max_length?: number
};
status?: 'running' | 'filled' | 'completed';
}