menduChat / uml /@startuml.wsd
lsacy
minor changes
8029d8e
raw
history blame contribute delete
No virus
272 Bytes
@startuml
actor User
participant AI
participant Analyzer
loop n times
User -> AI: request
AI -> User: response
User -> AI: feedback
end
AI -> Analyzer: aggregates chat logs
Analyzer -> AI: statistics / custom responses
AI -> User: customized therapy suggestions
@enduml