noc_llm_dart
noc_llm_dart
NocAI
clearHistory method
clearHistory
clearHistory
method
Null safety
void
clearHistory
(
)
Clears the conversation history.
Implementation
void clearHistory() { _conversationHistory.clear(); }
noc_llm_dart
noc_llm_dart
NocAI
clearHistory method
NocAI class
Constructors
NocAI
fromConfig
Properties
config
conversationHistory
hashCode
runtimeType
Methods
cancelStream
chat
chatSync
clearHistory
dispose
noSuchMethod
stream
toString
Operators
operator ==