FastContext
Defined in the specialized module.Rust AI Agent SDK Fast context for efficient context management
Fields
| Name | Type | Description |
|---|---|---|
entries | Vec<String> | Context entries |
max_size | usize | Maximum size in characters |
current_size | usize | Current size |
Methods
new
| Name | Type |
|---|---|
max_size | usize |
add
| Name | Type |
|---|---|
content | impl Into<String> |
get
as_string
clear
size
is_empty
Source
View on GitHub
praisonai/src/parity/specialized.rs at line 279
