Replies: 1 comment
-
observation 只要是字符串均可 |
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
-
Reminder
Description
functioncall:
{
"from": "function_call",
"value": "[{"name": "get_word_definition", "arguments": {"word": "本质的"}}, {"name": "another_function", "arguments": {"token": 3}}]"
}
对应的observation应该是怎样的?比如下面这样?
{
"from": "observation",
"value": "[{"name": "get_word_definition", "result": {...}}, {"name": "another_function", "result": {...}}]"
}
Pull Request
No response
Beta Was this translation helpful? Give feedback.
All reactions