Skip to main content

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

NameTypeDescription
answerStringAnswer text
sourcesVec<SearchResultItem>Source documents
modeQueryModeQuery mode used

Source

View on GitHub

praisonai/src/knowledge/mod.rs at line 521

Rust Query

Rust RAG