Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
def
_sse(obj):
37
return
'data: '
+ json.dumps(obj)
38
39
40
class
OpenAIStreamToolCallTestCase(BaseTestGenerator):
Callers
1
OpenAIStreamToolCallTestCase
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected