FastContextResult
Defined in the context module.Rust AI Agent SDK Result of a fast context search.
Fields
| Name | Type | Description |
|---|---|---|
query | String | Original query |
files | Vec<FileMatch> | Matching files |
search_time_ms | u64 | Search time in milliseconds |
turns_used | usize | Number of turns used |
total_tool_calls | usize | Total tool calls made |
from_cache | bool | Whether result is from cache |
Methods
new
| Name | Type |
|---|---|
query | impl Into<String> |
add_file
| Name | Type |
|---|---|
file | FileMatch |
total_files
is_empty
to_context_string
Source
View on GitHub
praisonai/src/context/mod.rs at line 631
