How to set tool_choice to required in Agent Builder Tool nodes?

’m currently implementing a workflow using the newly released Agent Builder UI.

While using Tool nodes, I want to ensure that the tool’s response is guaranteed.

In the actual API, there’s a tool_choice option where we can specify required instead of auto.

Is there any way to set this option within the Agent Builder interface?

I’d like the model to always call the specified tool (not leave it up to auto selection).

Any guidance or examples would be greatly appreciated!