Class: Legion::Extensions::Agentic::Inference::Prediction::Client
- Inherits:
-
Object
- Object
- Legion::Extensions::Agentic::Inference::Prediction::Client
- Includes:
- Runners::Prediction
- Defined in:
- lib/legion/extensions/agentic/inference/prediction/client.rb
Instance Method Summary collapse
-
#initialize ⇒ Client
constructor
A new instance of Client.
Methods included from Runners::Prediction
#expire_stale_predictions, #get_prediction, #pending_predictions, #predict, #prediction_accuracy, #resolve_prediction
Constructor Details
#initialize ⇒ Client
Returns a new instance of Client.
15 16 17 |
# File 'lib/legion/extensions/agentic/inference/prediction/client.rb', line 15 def initialize(**) @prediction_store = Helpers::PredictionStore.new end |