Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ایراد در کلاینت #5

Open
AhmadRHM opened this issue Aug 18, 2022 · 0 comments
Open

ایراد در کلاینت #5

AhmadRHM opened this issue Aug 18, 2022 · 0 comments

Comments

@AhmadRHM
Copy link

return Agent(id=agent.id, team=agent.team, agent_type=agent.type, node_id=agent.node_id, is_dead=agent.is_dead)

سلام. فکر می‌کنم این خط از کد باید با خط زیر جایگزین شود. در حال حاضر تیم و نوع agent به درستی از enum استفاده نمی‌کنند و مقادیر ۰ یا ۱ می‌گیرند.

return Agent(id=agent.id, team=Team.to_model(agent.team), agent_type=AgentType.to_model(agent.type), node_id=agent.node_id, is_dead=agent.is_dead)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant