removing AgentVote class

This commit is contained in:
João Moura
2023-12-27 16:17:36 -03:00
parent de343f3bd0
commit f00e7e89f4

View File

@@ -1,5 +0,0 @@
from pydantic.v1 import BaseModel, Field
class AgentVote(BaseModel):
task: str = Field(description="Task to be executed by the agent")
agent_vote: str = Field(description="Agent that will execute the task")