Skip to content

Commit

Permalink
feat(agent): Update response class
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Dec 12, 2024
1 parent df7554d commit 8152c1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libertai_utils/interfaces/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class BaseDeleteAgentBody(BaseModel):

class BaseSetupAgentBody(BaseDeleteAgentBody):
account: SubscriptionAccount


class UpdateAgentResponse(BaseModel):
instance_ip: str
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "libertai-utils"
version = "0.0.8"
version = "0.0.9"
description = "LibertAI internal types and functions"
authors = ["LibertAI.io team <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8152c1f

Please sign in to comment.