Replies: 1 comment 1 reply
-
Hey @zby , just wanted to say thanks for raising this. We're mulling it over. It'd be helpful if you could share more of the code you're trying to write. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently you cannot use
ChatCompletionMessage
as a tool result message:OUTPUT:
This is for saving the tool result in chat history - like in the python example at https://platform.openai.com/docs/guides/function-calling
Using objects in the chat history seems more robust than using raw dictionaries.
Beta Was this translation helpful? Give feedback.
All reactions