discourse/plugins/discourse-ai/spec/lib/automation
Kris e3c4307fae
FIX: use an integer, not a float, in the AI tagging automation (#34622)
the JSON response format in the AI persona config allows an integer
option, so this shouldn't check for a float... the mismatch meant the
LLM was always returning 0 or 1 rather than a range

Now the confidence level will be 0-100, which aligns with the structured
output
2025-08-28 16:39:36 -04:00
..
llm_tagger_spec.rb FIX: use an integer, not a float, in the AI tagging automation (#34622) 2025-08-28 16:39:36 -04:00