Update worker
Build and Push Spoon Images / quality (push) Successful in 2m18s
Build and Push Spoon Images / build-images (push) Successful in 8m26s

This commit is contained in:
Gabriel Brown
2026-06-23 22:10:25 -04:00
parent 30a17196f5
commit 4fee7bf50d
+5
View File
@@ -1525,6 +1525,11 @@ export const sendWorkspaceMessage = async (
}
}
if (isCodexLoginProfile(claim)) {
if (!assistantContent.value.trim()) {
throw new Error(
'Codex completed without producing an assistant response.',
);
}
await updateMessage({
messageId: assistantMessageId,
status: 'completed',