Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenPipe/OpenPipe
/ add_sdk_info
Function
add_sdk_info
client-libs/python/openpipe/client.py:20–23 ·
view source on GitHub ↗
(tags)
Source
from the content-addressed store, hash-verified
18
19
20
def
add_sdk_info(tags):
21
tags[
"$sdk"
] =
"python"
22
tags[
"$sdk.version"
] = version(
"openpipe"
)
23
return
tags
24
25
26
class
OpenPipe:
Callers
3
report
Method · 0.85
report
Method · 0.85
_get_tags
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected