From 9b43d4f95201cf960f31d84c7a9ce6e40f2e864c Mon Sep 17 00:00:00 2001 From: aakashb95 Date: Fri, 9 Jan 2026 17:24:13 +0530 Subject: [PATCH] add: display_id for contact attributes for completeness --- .../app/services/captain/llm/contact_attributes_service.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/enterprise/app/services/captain/llm/contact_attributes_service.rb b/enterprise/app/services/captain/llm/contact_attributes_service.rb index 803c06f09..857363554 100644 --- a/enterprise/app/services/captain/llm/contact_attributes_service.rb +++ b/enterprise/app/services/captain/llm/contact_attributes_service.rb @@ -36,6 +36,7 @@ class Captain::Llm::ContactAttributesService < Llm::BaseAiService model: @model, temperature: @temperature, account_id: @conversation.account_id, + conversation_id: @conversation.display_id, feature_name: 'contact_attributes', messages: [ { role: 'system', content: system_prompt },