Skip to content
New issue

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

Redundant Property: ToolCallId (always null) #474

Closed
jameswilky opened this issue Jan 11, 2024 · 1 comment
Closed

Redundant Property: ToolCallId (always null) #474

jameswilky opened this issue Jan 11, 2024 · 1 comment

Comments

@jameswilky
Copy link

The ChatMessage object has a property called ToolCallId, however this property is always null. A tool call Is being returned by the API and is correctly being serialized in the ToolCalls list. Given a single message can return multiple tool calls, and the ID is unique to each call, it makes sense to remove this property from the ChatMessage object

Screenshot from 2024-01-11 16-02-48

@kayhantolga kayhantolga added this to the 7.4.5 milestone Jan 30, 2024
@kayhantolga
Copy link
Member

I found this https://platform.openai.com/docs/guides/function-calling/parallel-function-calling in the documentation and this https://community.openai.com/t/error-in-documentation-or-bug/491013/5 in the community forum. I can't remember if I ever used the value, but since it was added during the initial implementation and mentioned in the documentation, and it doesn't break anything, I prefer to leave it as is until it is completely removed from the documentation.

@kayhantolga kayhantolga closed this as not planned Won't fix, can't repro, duplicate, stale Jan 31, 2024
@kayhantolga kayhantolga removed this from the 7.4.5 milestone Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants