menu
runanywhere package
documentation
public/types/rag_types.dart
RAGResult
contextUsed property
contextUsed property
dark_mode
light_mode
contextUsed
property
String
?
contextUsed
final
The full context text sent to the LLM. Null if context was empty.
Implementation
final String? contextUsed;
runanywhere package
documentation
public/types/rag_types
RAGResult
contextUsed property
RAGResult class