MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / _sse

Function _sse

web/pgadmin/llm/tests/test_openai_stream.py:36–37  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

34
35
36def _sse(obj):
37 return 'data: ' + json.dumps(obj)
38
39
40class OpenAIStreamToolCallTestCase(BaseTestGenerator):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected