Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
QueryResult
Defined in the knowledge module.Rust AI Agent SDK Query result.
Fields
| Name | Type | Description |
|---|---|---|
answer | String | Answer text |
sources | Vec<SearchResultItem> | Source documents |
mode | QueryMode | Query mode used |
Source
View on GitHub
praisonai/src/knowledge/mod.rs at line 521
