Skip to content

Commit d6f8b8f

Browse files
Merge pull request #1757 from roboflow/feat/claude-block-v2
Claude workflow block v2
2 parents 1ec227f + 9f7fb2b commit d6f8b8f

File tree

3 files changed

+1465
-0
lines changed

3 files changed

+1465
-0
lines changed

inference/core/workflows/core_steps/loader.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@
164164
from 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+
)
167170
from 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,

0 commit comments

Comments
 (0)