add claude nodes to blacklist for publishing

This commit is contained in:
Mary Hipp
2025-07-07 13:37:30 -04:00
committed by psychedelicious
parent ea182c234b
commit 7a79f61d4c

View File

@@ -137,6 +137,8 @@ const NODE_TYPE_PUBLISH_DENYLIST = [
'chatgpt_4o_edit_image',
'flux_kontext_generate_image',
'flux_kontext_edit_image',
'claude_expand_prompt',
'claude_analyze_image',
];
export const selectHasUnpublishableNodes = createSelector(selectNodes, (nodes) => {