discourse/plugins/discourse-ai/spec/fabricators/ai_agent_fabricator.rb
Sam e3fae646d4
DEV: AI persona to agent migration (#38319)
Co-authored-by: Keegan George <kgeorge13@gmail.com>
2026-03-10 15:59:45 +11:00

7 lines
198 B
Ruby
Vendored

# frozen_string_literal: true
Fabricator(:ai_agent) do
name { sequence(:name) { |i| "agent_#{i}" } }
description "I am a test bot"
system_prompt "You are a test bot"
show_thinking false
end