Class: CreatePromptCanaryTables

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/prompt_canary/templates/create_prompt_canary_calls.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



4
5
6
7
8
9
# File 'lib/generators/prompt_canary/templates/create_prompt_canary_calls.rb', line 4

def change
  create_calls_table
  create_rollout_overrides_table
  create_primary_overrides_table
  create_events_table
end