Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
inference
Method · 0.80
function_call
Method · 0.80
stream
Method · 0.80
inference_over_api_endpoint
Method · 0.80
function_call_over_api_endpoint
Method · 0.80
inference
Method · 0.80
function_call
Method · 0.80
stream
Method · 0.80
function_call_over_api_endpoint
Method · 0.80
stream
Method · 0.80
inference
Method · 0.80
inference
Method · 0.80
Calls
1
method_resolver
Method · 0.95
Tested by
no test coverage detected