We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "from": "function_call", "value": "{"name": "get_word_definition", "arguments": {"word": "本质的"}}" },
无
我看function_call定义的value是一个结果dict,如何定义多个工具请求呢?
No response
The text was updated successfully, but these errors were encountered:
fix tool formatter, allow parallel function #4362
cd75b1f
最新版代码可以通过下面的方式定义多个 function:
{ "from": "function_call", "value": "[{\"name\": \"get_word_definition\", \"arguments\": {\"word\": \"本质的\"}}, {\"name\": \"another_function\", \"arguments\": {\"token\": 3}}]" }
Sorry, something went wrong.
fix tool formatter, allow parallel function hiyouga#4362
2259ef6
No branches or pull requests
Reminder
System Info
{
"from": "function_call",
"value": "{"name": "get_word_definition", "arguments": {"word": "本质的"}}"
},
Reproduction
无
Expected behavior
我看function_call定义的value是一个结果dict,如何定义多个工具请求呢?
Others
No response
The text was updated successfully, but these errors were encountered: