diff --git a/app/views/rules/index.html.erb b/app/views/rules/index.html.erb index 05c5361dd..4c43de864 100644 --- a/app/views/rules/index.html.erb +++ b/app/views/rules/index.html.erb @@ -109,7 +109,7 @@
<%= t("rules.recent_runs.columns.date_time") %>
diff --git a/app/views/settings/ai_prompts/show.html.erb b/app/views/settings/ai_prompts/show.html.erb
index 60e11c9bb..bd4e1baa2 100644
--- a/app/views/settings/ai_prompts/show.html.erb
+++ b/app/views/settings/ai_prompts/show.html.erb
@@ -40,7 +40,7 @@
<%= icon "chevron-right", class: "group-open:transform group-open:rotate-90" %>
[<%= Provider::Openai::DEFAULT_MODEL %>]-
+ <%= @assistant_config[:instructions] %> [<%= Provider::Openai::DEFAULT_MODEL %>]-
+ <%= @assistant_config[:auto_categorizer]&.instructions || Provider::Openai::AutoCategorizer.new(nil).instructions %> [<%= Provider::Openai::DEFAULT_MODEL %>]-
+ <%= @assistant_config[:auto_merchant]&.instructions || Provider::Openai::AutoMerchantDetector.new(nil, model: "", transactions: [], user_merchants: []).instructions %> ">
<% if @llm_usages.any? %>
|
|---|