MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / escape_json_text

Function escape_json_text

scripts/issue_duplicate_check_openhands.py:138–139  ·  view source on GitHub ↗
(value: str | None)

Source from the content-addressed store, hash-verified

136
137
138def escape_json_text(value: str | None) -> str:
139 return json.dumps(value or '', ensure_ascii=False)
140
141
142def build_prompt(repository: str, issue: dict[str, Any]) -> str:

Callers 1

build_promptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected