MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / BasicModel

Class BasicModel

tests/test_models.py:15–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class BasicModel(BaseModel):
16 foo: str
17
18
19@pytest.mark.parametrize("value", ["hello", 1], ids=["correct type", "mismatched"])

Callers 1

test_reprFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_reprFunction · 0.68