Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode-sdk-python
/ _idempotency_key
Method
_idempotency_key
src/opencode_ai/_base_client.py:783–784 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
781
return
False
782
783
def
_idempotency_key(self) -> str:
784
return
f
"stainless-python-retry-{uuid.uuid4()}"
785
786
787
class
_DefaultHttpxClient(httpx.Client):
Callers
2
request
Method · 0.80
request
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected