MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / completion

Function completion

src/harness/llms/client.py:173–175  ·  view source on GitHub ↗

Module-level completion function using default client.

(model: str, messages: List[Dict[str, Any]], **kwargs)

Source from the content-addressed store, hash-verified

171
172
173def completion(model: str, messages: List[Dict[str, Any]], **kwargs) -> Any:
174 """Module-level completion function using default client."""
175 return get_default_client().completion(model=model, messages=messages, **kwargs)

Callers

nothing calls this directly

Calls 2

get_default_clientFunction · 0.85
completionMethod · 0.80

Tested by

no test coverage detected