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): prompt step tool calls (#806)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > In `prompt_step`, set `formatted_tools` to `None` for non-Anthropic models as tool calls are not implemented. > > - **Behavior**: > - In `prompt_step`, set `formatted_tools` to `None` for non-Anthropic models as tool calls are not implemented. > - **Comments**: > - Added FIXME comment indicating the hardcoded `None` value for `formatted_tools` due to unimplemented tool calls. > > <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 366b845. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information