bisheng icon indicating copy to clipboard operation
bisheng copied to clipboard

新建流程,执行报错分析出错,Error: add() missing 1 required positional argument: 'b'

Open LillyChen opened this issue 1 year ago • 0 comments

简单工具.json

定义工具 def add(a: int,b: int) -> int: """This is a default python function that returns the sum of two data """ return a+b

问:计算 10379+4753 报错 Error: add() missing 1 required positional argument: 'b'

LillyChen avatar Jul 16 '24 12:07 LillyChen