Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(agents-api): Add
mmr_strength
in search tools & increase timeou…
…t for `transition_step` (#808) <!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add `mmr_strength` to search requests and increase `transition_step` timeout based on environment in `agents-api`. > > - **Behavior**: > - Add `mmr_strength` parameter to `_create_search_request()` in `execute_system.py` for `HybridDocSearchRequest`, `TextOnlyDocSearchRequest`, and `VectorDocSearchRequest`. > - Increase `schedule_to_close_timeout` for `transition_step` in `transition.py` to 600 seconds unless in debug or testing mode. > - **Misc**: > - Import `debug` and `testing` from `env` in `transition.py`. > > <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=julep-ai%2Fjulep&utm_source=github&utm_medium=referral)<sup> for bd64aa2. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information