MCPcopy Create free account
hub / github.com/OpenBMB/AgentCPM-GUI / compact_json_dumps

Function compact_json_dumps

eval/run_predict_qwen2_5VL.py:55–56  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

53
54
55def compact_json_dumps(obj):
56 return json.dumps(obj, indent=None, separators=(",", ":"), ensure_ascii=False)
57
58
59ACTION_SCHEMA = json.load(open(os.path.join(current_dir, 'utils','schema' ,'schema.json'), encoding="utf-8"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected