Class: PromptEngine::EvalRunsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/prompt_engine/eval_runs_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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