MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _msg

Function _msg

tests/test_copy_command.py:70–71  ·  view source on GitHub ↗
(role, content)

Source from the content-addressed store, hash-verified

68
69
70def _msg(role, content):
71 return {"role": role, "content": content}
72
73
74def _ctx(tmp_path, messages, *, ui=None):

Calls

no outgoing calls

Tested by

no test coverage detected