MCPcopy
hub / github.com/zai-org/Open-AutoGLM / create_assistant_message

Method create_assistant_message

phone_agent/model/client.py:256–258  ·  view source on GitHub ↗

Create an assistant message.

(content: str)

Source from the content-addressed store, hash-verified

254
255 @staticmethod
256 def create_assistant_message(content: str) -> dict[str, Any]:
257 """Create an assistant message."""
258 return {"role": "assistant", "content": content}
259
260 @staticmethod
261 def remove_images_from_message(message: dict[str, Any]) -> dict[str, Any]:

Callers 2

_execute_stepMethod · 0.80
_execute_stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected