Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add checks for custom action type annotations (#926)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Adds a check for missing type annotations in `_build_executable_from_args` and a corresponding test in `test_runtime.py`. > > - **Behavior**: > - Adds a check in `_build_executable_from_args` in `runtime.py` to raise `InvalidRuntimeAction` if any function argument is missing a type annotation. > - **Tests**: > - Adds `test_untyped_param` in `test_runtime.py` to verify that `InvalidRuntimeAction` is raised for missing type annotations in function arguments. > > <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 435d906. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN --> Co-authored-by: tushar-composio <[email protected]>
- Loading branch information