File tree Expand file tree Collapse file tree 3 files changed +1465
-0
lines changed
inference/core/workflows/core_steps
models/foundation/anthropic_claude
tests/workflows/unit_tests/core_steps/models/foundation Expand file tree Collapse file tree 3 files changed +1465
-0
lines changed Original file line number Diff line number Diff line change 164164from inference .core .workflows .core_steps .models .foundation .anthropic_claude .v1 import (
165165 AnthropicClaudeBlockV1 ,
166166)
167+ from inference .core .workflows .core_steps .models .foundation .anthropic_claude .v2 import (
168+ AnthropicClaudeBlockV2 ,
169+ )
167170from inference .core .workflows .core_steps .models .foundation .clip .v1 import (
168171 ClipModelBlockV1 ,
169172)
@@ -582,6 +585,7 @@ def load_blocks() -> List[Type[WorkflowBlock]]:
582585 DimensionCollapseBlockV1 ,
583586 FirstNonEmptyOrDefaultBlockV1 ,
584587 AnthropicClaudeBlockV1 ,
588+ AnthropicClaudeBlockV2 ,
585589 CosineSimilarityBlockV1 ,
586590 BackgroundColorVisualizationBlockV1 ,
587591 BarcodeDetectorBlockV1 ,
You can’t perform that action at this time.
0 commit comments