MCPcopy Create free account
hub / github.com/nashsu/FreeAskInternet / SearchResp

Class SearchResp

server.py:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 search_items: List[SearchItem] = []
113
114class SearchResp(BaseModel):
115 code:int
116 msg:str
117 data: List[SearchItem] = []
118
119
120@app.get("/v1/models", response_model=ModelList)

Callers 1

get_search_refsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected