fix: assistant log
This commit is contained in:
@@ -9,7 +9,7 @@ class Captain::Copilot::ChatService
|
||||
|
||||
def execute(input)
|
||||
@agent.execute(input, conversation_history_context)
|
||||
Rails.logger.info("[CAPTAIN][CopilotChatService] Incrementing response usage for #{account.id}")
|
||||
Rails.logger.info("[CAPTAIN][CopilotChatService] Incrementing response usage for #{@assistant.account.id}")
|
||||
@assistant.account.increment_response_usage
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user