Usage Example
loop: Declares a loop block, indicating that the steps inside it will be executed repeatedly;times: Specifies the maximum number of iterations for the loop;steps: Defines the sequence of tool calls to be executed in each round of the loop.
If you wish to dynamically control loop termination conditions, you can use it in conjunction with the Branch Structure (branch) and Router Server. See Branch Structure for details.