Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
11
research/chatwoot/spec/factories/captain/scenario.rb
Normal file
11
research/chatwoot/spec/factories/captain/scenario.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
FactoryBot.define do
|
||||
factory :captain_scenario, class: 'Captain::Scenario' do
|
||||
sequence(:title) { |n| "Scenario #{n}" }
|
||||
description { 'Test scenario description' }
|
||||
instruction { 'Test scenario instruction for the assistant to follow' }
|
||||
tools { [] }
|
||||
enabled { true }
|
||||
association :assistant, factory: :captain_assistant
|
||||
association :account
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user