feat(captain): add assistant-level document faq toggle

This commit is contained in:
aakashb95
2026-02-19 15:44:16 +05:30
parent 0c03c2bb4d
commit 1f352b8143
5 changed files with 42 additions and 2 deletions
@@ -51,6 +51,7 @@ class Api::V1::Accounts::Captain::AssistantsController < Api::V1::Accounts::Base
permitted = params.require(:assistant).permit(:name, :description,
config: [
:product_name, :feature_faq, :feature_memory, :feature_citation,
:feature_document_faq_generation,
:welcome_message, :handoff_message, :resolution_message,
:instructions, :temperature
])