MCPcopy
hub / github.com/Agenta-AI/agenta / TestSetOutputResponse

Class TestSetOutputResponse

api/oss/src/models/api/testset_model.py:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46class TestSetOutputResponse(BaseModel):
47 id: str = Field(..., alias="_id")
48 name: str
49 created_at: str
50 updated_at: str
51
52 class Config:
53 populate_by_name = True

Callers 1

get_testsetsFunction · 0.90

Calls

no outgoing calls

Tested by 1

get_testsetsFunction · 0.72