MCPcopy Create free account
hub / github.com/anthropics/defending-code-reference-harness / _user

Function _user

tests/test_xml_parse.py:77–78  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

75
76
77def _user(text: str) -> dict:
78 return {"type": "user", "message": {"content": text}}
79
80
81def test_find_tagged_message_tags_in_last():

Calls

no outgoing calls

Tested by

no test coverage detected