AgentZero::CollaborativeResult
Inherits Struct < Value < Object
Result of collaborative reasoning
Constructors
new(agent_id : String, content : String, confidence : Float64, reasoning_time_ms : Float64)
Instance methods
agent_id
agent_id=(agent_id : String)
confidence
confidence=(confidence : Float64)
content
content=(content : String)
reasoning_time_ms
reasoning_time_ms=(reasoning_time_ms : Float64)