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

Fixed misordering of create_agent by adding named parameters #208

Merged
merged 1 commit into from
May 15, 2024

Conversation

HowieG
Copy link
Contributor

@HowieG HowieG commented May 15, 2024

create_agent()'s parameters were reordered because a default was added to agent_id thus forcing it to be the last parameter. We had unnamed parameters when calling it so those became out of order. Added named parameters to all calls to create_agent()

@HowieG HowieG requested a review from siyangqiu May 15, 2024 23:31
@HowieG HowieG merged commit 5b13f9b into main May 15, 2024
6 of 7 checks passed
@HowieG HowieG deleted the hotfix-create-agent branch May 15, 2024 23:34
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

Successfully merging this pull request may close these issues.

2 participants