diff --git a/.nojekyll b/.nojekyll index 25de98414..5ff385712 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -cae327e5 \ No newline at end of file +b5d4de8f \ No newline at end of file diff --git a/docs/dataset-formats/conversation.html b/docs/dataset-formats/conversation.html index 82fd2e6b3..1196ca0ab 100644 --- a/docs/dataset-formats/conversation.html +++ b/docs/dataset-formats/conversation.html @@ -719,23 +719,25 @@ Tip "role": "assistant", // call the function via assistant "tool_calls": [ { - "type": "function", - "function": { - "name": "...", - "arguments": { - "...": "...", - } - } - } - ] - }, - { - "role": "tool", - "name": "...", - "content": "..." - }, - ], -} + "id": "...", // required only for mistral + "type": "function", + "function": { + "name": "...", + "arguments": { + "...": "...", + } + } + } + ] + }, + { + "role": "tool", + "tool_call_id": "...", // required only for mistral + "name": "...", + "content": "..." + }, + ], +}