Add support for tool_choice parameters in prompts in Agenta.
This includes:
- adding the feature to the SDK for completion and chat
- creating designs or mockups for where the option would be added in the playground for templates
- implementing the frontend changes
Current limitation: the model interface supports tool_choice to control tool behavior, including forcing tool calls, but this is not currently supported in Agenta in the playground or as SDK behavior.
Add support for
tool_choiceparameters in prompts in Agenta.This includes:
Current limitation: the model interface supports
tool_choiceto control tool behavior, including forcing tool calls, but this is not currently supported in Agenta in the playground or as SDK behavior.