Skip to content

feat(toolbox-core)!: Align toolbox core's bind params API with orchestration packages #209

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

Merged
merged 1 commit into from
May 12, 2025

Conversation

anubhav756
Copy link
Contributor

@anubhav756 anubhav756 commented May 2, 2025

This aligns with the other orchestration package naming, and is more precise and convenient.

bind_parameters() --> bind_params()

Before

bound_tool = tool.bind_parameters({"param": "value"})

After

bound_tool = tool.bind_params({"param": "value"})

@anubhav756 anubhav756 self-assigned this May 2, 2025
@anubhav756 anubhav756 requested a review from a team as a code owner May 2, 2025 16:11
@anubhav756 anubhav756 changed the title feat(toolbox-core)!: Rename bind_parameters to bind_params feat(toolbox-core)!: Align toolbox core's bind params API with orchestration packages May 2, 2025
@kurtisvg
Copy link
Contributor

kurtisvg commented May 8, 2025

nit: in the PR description please add a brief before/after to assist users with migrating

Base automatically changed from anubhav-strict to main May 12, 2025 13:10
This aligns with the other orchestration package naming, and is more precise and convenient.
@anubhav756 anubhav756 merged commit a36ae42 into main May 12, 2025
19 checks passed
@anubhav756 anubhav756 deleted the anubhav-rename branch May 12, 2025 13:14
@release-please release-please bot mentioned this pull request May 12, 2025
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.

3 participants