You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
First round: [{'role': 'user', 'content': 'What day is today'}]
Second round: [{'role': 'user', 'content': 'What day is today'}, {'role': 'assistant', 'tool_calls': [{'id': 'call_66aa5915-79bf-4853-a843-33bc60ead235_0', 'type': 'function', 'function': {'name': 'weekday', 'arguments': '{"year": 2023, "month": 4, "day": 14}'}}]}, {'role': 'tool', 'content': 'April 14, 2023 is Friday.', 'name': 'weekday', 'tool_call_id': 'call_66aa5915-79bf-4853-a843-33bc60ead235_0'}]
Third round: [{'role': 'user', 'content': 'What day is today'}, {'role': 'assistant', 'tool_calls': [{'id': '2235c7b1-1b77-42f1-a0d8-6b4be977be3d', 'type': 'function', 'function': {'name': 'weekday', 'arguments': '{"year": 2023, "month": 4, "day": 14}'}}]}, {'role': 'tool', 'content': 'April 14, 2023 is Friday.', 'name': 'weekday', 'tool_call_id': '2235c7b1-1b77-42f1-a0d8-6b4be977be3d'}, {'role': 'assistant', 'content': 'According to the information in API-REPONSE, today is Friday.'}]
Why is ToolCall.id changed during the third session?
Beta Was this translation helpful? Give feedback.
All reactions