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

Add group_by to composite tool function (#1053) #1088

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ormaq
Copy link

@ormaq ormaq commented Dec 20, 2024

Related Issue(s):

Closes #1053

Proposed Changes:

For inclusion in changelog (if applicable):

  1. Added group_by parameter to the composite_tool function to define grouping behavior.

Not intended for changelog:

  1. Improved validation for group_by parameter values.

Diff of User Interface

Old behavior:

  • No group_by option available for composite_tool.

New behavior:

  • composite_tool now supports group_by with the following options:
    • "order": Creates a single composite output.
    • "strip_id": Creates multiple composites grouped by strip_id.

PR Checklist:

  • This PR is as small and focused as possible.
  • If this PR includes proposed changes for inclusion in the changelog, the title of this PR summarizes those changes and is ready for inclusion in the Changelog.
  • I have updated docstrings for function changes and docs in the 'docs' folder for user interface / behavior changes.
  • This PR does not break any examples or I have updated them.

(Optional) @mentions for Notifications:

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.

Add group_by to the composite tool function
1 participant