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

Method rewriter

tests/operators/test_rewriters.py:321–323  ·  view source on GitHub ↗

Create rewriter instance.

(self)

Source from the content-addressed store, hash-verified

319
320 @pytest.fixture
321 def rewriter(self):
322 """Create rewriter instance."""
323 return RemoveReasonRewriter()
324
325 def test_rewrite_removes_reasoning_prefix(self, rewriter):
326 """Test rewrite removes Reasoning: prefix."""

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected