Osgood001 / LLM-Agent

6 stars 1 forks source link

Write a programming guide in coze workflow (Take advantange of variable flow (as a general strucutre) and process it like it were a json) and complete the requirements on loop functionality #5

Open Osgood001 opened 3 months ago

Osgood001 commented 3 months ago
Osgood001 commented 3 months ago

考虑如下一般的循环条件:

while (i=0; i<N;i++) {
  # do soemething
}

create an input structure

variable_scope = 
{
  i: 0,
  N: 10,
}

This will be used throughout the process.