MCPcopy
hub / github.com/llmware-ai/llmware / preview

Method preview

llmware/models.py:2913–2914  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2911 return self.method_resolver("model_validate")
2912
2913 def preview(self):
2914 return self.method_resolver("model_preview")
2915
2916 def _lookup_endpoint(self, api_name, api_catalog):
2917

Callers 15

inferenceMethod · 0.80
function_callMethod · 0.80
streamMethod · 0.80
inferenceMethod · 0.80
function_callMethod · 0.80
streamMethod · 0.80
streamMethod · 0.80
inferenceMethod · 0.80
inferenceMethod · 0.80

Calls 1

method_resolverMethod · 0.95

Tested by

no test coverage detected