MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / CodeSearchArgs

Class CodeSearchArgs

src/hyperagent/tools/nav_tools.py:27–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25from numpy.linalg import norm
26
27class CodeSearchArgs(BaseModel):
28 names: list[str] = Field(..., description="The names of the identifiers to search. Identifier should be a single word like `some_function` not `something.something`")
29
30class CodeSearchTool(BaseTool):
31 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected