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

Class SearchItem

server.py:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 created: Optional[int] = Field(default_factory=lambda: int(time.time()))
103
104class SearchItem(BaseModel):
105 url: str
106 icon_url: str
107 site_name:str
108 snippet:str
109 title:str
110
111class SearchItemList(BaseModel):
112 search_items: List[SearchItem] = []

Callers 1

get_search_refsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected