用户输入信息缺失时,function_call返回参数问题 #487
Replies: 1 comment
-
#335 中已经提到无法处理缺少参数的情况,你可以尝试在Function Call之前加入参数数量判定(手动写规则),来避免这个问题,目前这类问题无法避免 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
当用户输入信息缺失时,如何让function_call返回的arguments中的参数value值设置为未知或者其他自定义值,以便后续函数接口特殊处理?谢谢
Beta Was this translation helpful? Give feedback.
All reactions