Class: Legion::Extensions::Agentic::Inference::Prediction::Client

Inherits:
Object
  • Object
show all
Includes:
Runners::Prediction
Defined in:
lib/legion/extensions/agentic/inference/prediction/client.rb

Instance Method Summary collapse

Methods included from Runners::Prediction

#expire_stale_predictions, #get_prediction, #pending_predictions, #predict, #prediction_accuracy, #resolve_prediction

Constructor Details

#initializeClient

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