fix: consistent instrumentation with conversation.display_id (#13194)
This commit is contained in:
@@ -37,6 +37,7 @@ class Captain::Llm::ContactNotesService < Llm::BaseAiService
|
||||
model: @model,
|
||||
temperature: @temperature,
|
||||
account_id: @conversation.account_id,
|
||||
conversation_id: @conversation.display_id,
|
||||
feature_name: 'contact_notes',
|
||||
messages: [
|
||||
{ role: 'system', content: system_prompt },
|
||||
|
||||
@@ -100,7 +100,7 @@ class Captain::Llm::ConversationFaqService < Llm::BaseAiService
|
||||
model: @model,
|
||||
temperature: @temperature,
|
||||
account_id: @conversation.account_id,
|
||||
conversation_id: @conversation.id,
|
||||
conversation_id: @conversation.display_id,
|
||||
feature_name: 'conversation_faq',
|
||||
messages: [
|
||||
{ role: 'system', content: system_prompt },
|
||||
|
||||
Reference in New Issue
Block a user