In this case I actually just mean setting allow_parallel_tool_calls = True for a function calling LLM, curious how that works alongside parallel execution via increasing the num_workers in a workflow step and gathering tool calls
yea, for example if you have a step for specifically calling tools, you can emit X number of events to trigger that step, and num_workers will control how many can run at a given time