MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / is_available

Method is_available

web/pgadmin/llm/client.py:42–49  ·  view source on GitHub ↗

Check if the LLM client is properly configured and available. Returns: True if the client can be used, False otherwise.

(self)

Source from the content-addressed store, hash-verified

40
41 @abstractmethod
42 def is_available(self) -> bool:
43 """
44 Check if the LLM client is properly configured and available.
45
46 Returns:
47 True if the client can be used, False otherwise.
48 """
49 pass
50
51 @abstractmethod
52 def chat(

Callers 1

is_llm_availableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected