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

Function _asst

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

Source from the content-addressed store, hash-verified

70# ── find_tagged_message: THE BUGFIX ──────────────────────────────────────────
71
72def _asst(text: str) -> dict:
73 return {"type": "assistant",
74 "message": {"content": [{"type": "text", "text": text}]}}
75
76
77def _user(text: str) -> dict:

Calls

no outgoing calls

Tested by

no test coverage detected