add isComplete column to response model for better sanity checking

This commit is contained in:
2025-07-06 15:09:13 +00:00
parent cbf6b1d3eb
commit 3466a984ac
4 changed files with 25 additions and 2 deletions

View File

@ -14,6 +14,7 @@ const storePromptData = async (
request: trimInputData(notification.status.content),
to: notification.account.fqn,
isProcessing: false,
isComplete: true,
},
});
} catch (error: any) {