mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
sandbox version (#6497)
* sandbox version * add sandbox log * update lock * fix * fix: sandbox * doc * add console * i18n
This commit is contained in:
@@ -34,7 +34,7 @@ async function main({data1, data2}){
|
||||
}
|
||||
```
|
||||
|
||||
**Python** — 在 main 函数参数中按变量名接收:
|
||||
**Python** — 在 main 函数参数中按变量名接收, 节点里输入的变量名一定要与`main`中的变量名一致,顺序可以任意:
|
||||
|
||||
```python
|
||||
def main(data1, data2):
|
||||
|
||||
Reference in New Issue
Block a user