-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Adds advanced task search functionality based on use cases with new model and methods in `collections.py` and `toolset.py`. > > - **Behavior**: > - Adds `SearchResultTask` model in `collections.py` to represent search results for tasks. > - Implements `search_for_a_task()` in `Actions` class in `collections.py` to perform advanced task searches based on use cases. > - Updates `find_actions_by_use_case()` in `ComposioToolSet` in `toolset.py` to support advanced search with a new `advanced` parameter. > - **Misc**: > - Minor changes to docstrings and comments for clarity. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=ComposioHQ%2Fcomposio&utm_source=github&utm_medium=referral)<sup> for 6201d4f. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
1 parent
b594c03
commit 1534f9a
Showing
2 changed files
with
71 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters