Send system_prompt when summarizing transcripts via platform AI.
Deploy Ladill Meet / deploy (push) Successful in 47s

The monolith Afia relay requires system_prompt; include it so Meet transcript summaries work through the platform relay.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-03 16:16:42 +00:00
co-authored by Cursor
parent f5f599d1e3
commit 8d4f74bc87
+1
View File
@@ -124,6 +124,7 @@ PROMPT;
'product' => 'meet', 'product' => 'meet',
'message' => $prompt, 'message' => $prompt,
'history' => [], 'history' => [],
'system_prompt' => 'You summarize Ladill Meet transcripts. Return valid JSON only.',
]); ]);
if ($res->failed()) { if ($res->failed()) {