AgentZero::KnowledgeItem
Inherits Struct < Value < Object
Knowledge item for sharing between agents
Constructors
new(id : String, type : String, content : String, confidence : Float64, source : String)
Instance methods
confidence
confidence=(confidence : Float64)
content
content=(content : String)
created_at
created_at=(created_at : Time)
id
id=(id : String)
source
source=(source : String)
type
type=(type : String)