AIIntegration::InferenceResponse
Inherits Reference < Object
AI Inference Response
Constructors
new(text : String, session_id : String, success : Bool = true)
Instance methods
confidence_score
confidence_score=(confidence_score : Float32)
error_message
error_message=(error_message : String)
inference_time_ms
inference_time_ms=(inference_time_ms : UInt64)
session_id
session_id=(session_id : String)
success
success=(success : Bool)
text
text=(text : String)
tokens_generated
tokens_generated=(tokens_generated : UInt32)