MCPcopy Create free account
hub / github.com/Nativu5/Gemini-FastAPI / HealthCheckResponse

Class HealthCheckResponse

app/models/models.py:147–153  ·  view source on GitHub ↗

Health check response model

Source from the content-addressed store, hash-verified

145
146
147class HealthCheckResponse(BaseModel):
148 """Health check response model"""
149
150 ok: bool
151 storage: dict[str, Any] | None = Field(default=None)
152 clients: dict[str, bool] | None = Field(default=None)
153 error: str | None = Field(default=None)
154
155
156class ConversationInStore(BaseModel):

Callers 1

health_checkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected