Deploy: 2026-07-15 04:11:00

This commit is contained in:
Hamza-Ayed
2026-07-15 04:11:00 +03:00
parent c584eab98f
commit 134ed08f45
2 changed files with 9 additions and 27 deletions
@@ -48,8 +48,8 @@ class ChatbotController extends BaseController
$saveData = [
'company_id' => $request->company_id,
'session_id' => !empty($body['session_id']) ? (int)$body['session_id'] : null,
'trigger_type' => $body['trigger_type'],
'keyword' => $body['keyword'] ?? null,
'trigger_type' => 'gemini_ai',
'keyword' => null,
'ai_prompt' => $body['ai_prompt'] ?? null,
'is_active' => $body['is_active'] ? 1 : 0
];