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

Method __call__

src/hyperagent/agents/llms.py:25–26  ·  view source on GitHub ↗
(self, *args: Any, **kwds: Any)

Source from the content-addressed store, hash-verified

23 self.config = config
24
25 def __call__(self, *args: Any, **kwds: Any) -> Any:
26 pass
27
28class GroqLLM(LLM):
29 def __init__(self, config):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected