Class: PromptEngine::EvalRunsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- PromptEngine::EvalRunsController
- Defined in:
- app/controllers/prompt_engine/eval_runs_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
8 9 10 11 |
# File 'app/controllers/prompt_engine/eval_runs_controller.rb', line 8 def show # Note: Individual eval results are not fetched in MVP # Only aggregate counts from OpenAI are displayed end |