mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-19 16:31:36 +00:00
enhance: add context limit types to agentMessages
This commit is contained in:
parent
af64c79fd5
commit
16f52d1251
1 changed files with 3 additions and 0 deletions
3
src/types/chatbox.d.ts
vendored
3
src/types/chatbox.d.ts
vendored
|
|
@ -112,6 +112,9 @@ declare global {
|
|||
output?: string
|
||||
result?: string
|
||||
tools?: string[];
|
||||
//Context Length
|
||||
current_length?: number;
|
||||
max_length?: number
|
||||
};
|
||||
status?: 'running' | 'filled' | 'completed';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue