run-llama/llama_deploy

Add `url` field to `BaseMessageQueue`

nerdai opened this issue · 2 comments

Description:

BaseMessageQueue is a Pydantic BaseModel that has no fields. Though, all of its subclasses so far have an url attribute. It's probably fair to assume at this point that all subclasses of this base class will contain url and so we should just include it in the base.

@logan-markewich @nerdai Can I work on this?

That would be great @srikary12!