MCPcopy Index your code
hub / github.com/zai-org/Open-AutoGLM / create_system_message

Method create_system_message

phone_agent/model/client.py:223–225  ·  view source on GitHub ↗

Create a system message.

(content: str)

Source from the content-addressed store, hash-verified

221
222 @staticmethod
223 def create_system_message(content: str) -> dict[str, Any]:
224 """Create a system message."""
225 return {"role": "system", "content": content}
226
227 @staticmethod
228 def create_user_message(

Callers 2

_execute_stepMethod · 0.80
_execute_stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected