MCPcopy Create free account
hub / github.com/Roy3838/Observer / get_models

Method get_models

api/api_handlers.py:69–71  ·  view source on GitHub ↗

Return the list of models supported by this handler.

(self)

Source from the content-addressed store, hash-verified

67 # self.http_client = httpx.AsyncClient(timeout=90.0) # Example
68
69 def get_models(self):
70 """Return the list of models supported by this handler."""
71 return self.models
72
73 async def handle_request(self, request_data: dict) -> dict:
74 """

Callers 3

list_models_v1_endpointFunction · 0.80
api_handlers.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected