add isComplete column to response model for better sanity checking
This commit is contained in:
@ -14,6 +14,7 @@ const storePromptData = async (
|
||||
request: trimInputData(notification.status.content),
|
||||
to: notification.account.fqn,
|
||||
isProcessing: false,
|
||||
isComplete: true,
|
||||
},
|
||||
});
|
||||
} catch (error: any) {
|
||||
|
Reference in New Issue
Block a user