feat: show Captain generation path on conversation messages [CW-7484] (#15078)

This commit is contained in:
Shivam Mishra
2026-07-21 15:15:13 +05:30
committed by GitHub
parent 7a5385cc32
commit 67cab7171d
14 changed files with 693 additions and 19 deletions

View File

@@ -76,6 +76,7 @@ Rails.application.routes.draw do
resources :inboxes, only: [:index, :create, :destroy], param: :inbox_id
resources :scenarios
end
resources :agent_sessions, only: [:show]
resources :assistant_responses
resources :message_reports, only: [:create]
resources :bulk_actions, only: [:create]