MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / SearchResponse

Class SearchResponse

src/cocoindex_code/protocol.py:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116class SearchResponse(_msgspec.Struct, tag="search"):
117 success: bool
118 results: list[SearchResult] = []
119 total_returned: int = 0
120 offset: int = 0
121 message: str | None = None
122
123
124class ProjectStatusResponse(_msgspec.Struct, tag="project_status"):

Callers 4

_search_with_waitFunction · 0.85
_dispatchFunction · 0.85

Calls

no outgoing calls