cache task run uses block level model override when ai fallback happens (#4073)

This commit is contained in:
Shuchang Zheng
2025-11-21 22:48:20 -08:00
committed by GitHub
parent b52982d3c8
commit 7729d7cffe
3 changed files with 130 additions and 19 deletions

View File

@@ -130,7 +130,6 @@ CacheInvalidationReason = Literal["updated_block", "new_block", "removed_block"]
BLOCK_TYPES_THAT_SHOULD_BE_CACHED = {
BlockType.TASK,
BlockType.TaskV2,
BlockType.VALIDATION,
BlockType.ACTION,
BlockType.NAVIGATION,
BlockType.EXTRACTION,