feat: require validation receipts for h5 code runs
This commit is contained in:
@@ -348,6 +348,7 @@ export function usePageEditSubChat({
|
||||
taskType: 'page_edit_code_task',
|
||||
forceCode: true,
|
||||
userId: user?.id ?? null,
|
||||
requestId,
|
||||
}),
|
||||
);
|
||||
const finishedRun =
|
||||
|
||||
@@ -1176,6 +1176,7 @@ export function useTKMindChat(
|
||||
resolveAgentRunOptions(trimmed, {
|
||||
taskType: 'h5_chat_code_task',
|
||||
userId: userRef.current?.id ?? null,
|
||||
requestId,
|
||||
}),
|
||||
);
|
||||
const finishedRun =
|
||||
|
||||
Reference in New Issue
Block a user