MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / multi_turn_item

Method multi_turn_item

tests/operators/test_data_item.py:320–322  ·  view source on GitHub ↗

Create multi-turn DataItem for testing.

(self, sample_multi_turn_conversation)

Source from the content-addressed store, hash-verified

318
319 @pytest.fixture
320 def multi_turn_item(self, sample_multi_turn_conversation):
321 """Create multi-turn DataItem for testing."""
322 return DataItem({"conversations": sample_multi_turn_conversation})
323
324 def test_split_basic(self, multi_turn_item):
325 """Test basic split functionality."""

Callers

nothing calls this directly

Calls 1

DataItemClass · 0.90

Tested by

no test coverage detected