MCPcopy Create free account
hub / github.com/RootbeerComputer/backend-GPT / dict_to_json

Function dict_to_json

backend/server.py:19–20  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

17 return completion.choices[0].text
18
19def dict_to_json(d):
20 return d.__dict__
21
22app = Flask(__name__)
23CORS(app)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected