Skip to content

Commit

Permalink
remove unused reply_to field
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai committed Jun 24, 2024
1 parent 9281887 commit c408594
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llama_agents/messages/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ class QueueMessage(BaseModel):
type: str = Field(
default="default", description="Type of the message, used for routing."
)
reply_to: Optional[str] = Field(
default=None,
description="To specify where a reply message should be published to.",
)

class Config:
arbitrary_types_allowed = True

0 comments on commit c408594

Please sign in to comment.