Skip to main content

FastContextResult

Defined in the context module.
Rust AI Agent SDK Result of a fast context search.

Fields

Methods

new

Create a new result. Parameters:

add_file

Add a file match. Parameters:

total_files

Get total number of files.

is_empty

Check if empty.

to_context_string

Convert to context string for agent injection.

Source

View on GitHub

praisonai/src/context/mod.rs at line 631

Rust Context Management

Rust Token Management