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

Method get_models

api/api_handlers.py:70–72  ·  view source on GitHub ↗

Return the list of models supported by this handler.

(self)

Source from the content-addressed store, hash-verified

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

Callers 3

list_models_v1_endpointFunction · 0.80
api_handlers.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected