feat: Add feature_citation toggle for Captain assistants (#12052)

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Shivam Mishra
2025-08-11 13:06:20 +05:30
committed by GitHub
parent 6cab741392
commit fcc6e2b8b2
9 changed files with 115 additions and 17 deletions

View File

@@ -49,7 +49,7 @@ class Api::V1::Accounts::Captain::AssistantsController < Api::V1::Accounts::Base
def assistant_params
permitted = params.require(:assistant).permit(:name, :description,
config: [
:product_name, :feature_faq, :feature_memory,
:product_name, :feature_faq, :feature_memory, :feature_citation,
:welcome_message, :handoff_message, :resolution_message,
:instructions, :temperature
])