Skip to content

Commit

Permalink
feat: Rename agent types
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Nov 4, 2024
1 parent dd59a50 commit b0c3f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libertai_utils/interfaces/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from libertai_utils.interfaces.subscription import SubscriptionAccount


class DeleteAgentBody(BaseModel):
class BaseDeleteAgentBody(BaseModel):
subscription_id: str
password: str


class SetupAgentBody(DeleteAgentBody):
class BaseSetupAgentBody(BaseDeleteAgentBody):
account: SubscriptionAccount
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.3"
version = "0.0.4"
description = "LibertAI internal types and functions"
authors = ["LibertAI.io team <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b0c3f64

Please sign in to comment.