MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / system

Method system

web/pgadmin/llm/models.py:91–93  ·  view source on GitHub ↗

Create a system message.

(cls, content: str)

Source from the content-addressed store, hash-verified

89
90 @classmethod
91 def system(cls, content: str) -> 'Message':
92 """Create a system message."""
93 return cls(role=Role.SYSTEM, content=content)
94
95 @classmethod
96 def user(cls, content: str) -> 'Message':

Callers 4

_find_chrome_executableFunction · 0.80
get_chrome_versionFunction · 0.80
get_system_and_platformFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected