MCPcopy Create free account
hub / github.com/HKUDS/AutoAgent / __init__

Method __init__

autoagent/memory/code_memory.py:58–59  ·  view source on GitHub ↗
(self, model: str)

Source from the content-addressed store, hash-verified

56
57class CodeReranker(Reranker):
58 def __init__(self, model: str) -> None:
59 super().__init__(model)
60 def wrap_query_results(self, query_results: List[Dict]) -> str:
61 wrapped_query_results = ""
62 for result in query_results:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected