Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AgentOps-AI/agentops
/ ObjectUploadResponse
Class
ObjectUploadResponse
app/api/agentops/api/storage.py:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
38
class
ObjectUploadResponse(BaseModel):
39
url: str
40
size: int
41
42
43
class
BaseObjectUploadView(BaseView, ABC):
Callers
3
test_object_upload_response_creation
Method · 0.90
test_object_upload_response_serialization
Method · 0.90
__call__
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_object_upload_response_creation
Method · 0.72
test_object_upload_response_serialization
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…