Update find_block.py

This commit is contained in:
Nicholas Tindle
2026-02-08 19:27:38 -06:00
committed by GitHub
parent 0aefa1b22b
commit 29946e14e8

View File

@@ -23,7 +23,6 @@ _TARGET_RESULTS = 10
_OVERFETCH_PAGE_SIZE = 40
# Block types that only work within graphs and cannot run standalone in CoPilot.
# NOTE: This does NOT affect the Builder UI which uses load_all_blocks() directly.
COPILOT_EXCLUDED_BLOCK_TYPES = {
BlockType.INPUT, # Graph interface definition - data enters via chat, not graph inputs
BlockType.OUTPUT, # Graph interface definition - data exits via chat, not graph outputs