Skip to content

Commit

Permalink
tool triage is not ready for production yet
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Mar 5, 2025
1 parent bdf5519 commit baca70d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion discourse_automation/llm_tool_triage.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

if defined?(DiscourseAutomation)
# TODO: this is still highly experimental and subject to a lot of change
# leaving it off in production for now Sam
if defined?(DiscourseAutomation) && !Rails.production?
DiscourseAutomation::Scriptable.add("llm_tool_triage") do
version 1
run_in_background
Expand Down

0 comments on commit baca70d

Please sign in to comment.