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
Function Arguments should not be passed back to assistants and re-serialized.
Can I put some tag on the Function.Arguments field, so it doesn't get included in the JSON Schema?
And I realize now, with setting specific Run.Tools, the Tool.Function is passed in with the Arguments field as well, causing the same bug.
E.g. to replicate:
CreateAssistant
CreateRun (with Tool defined)
CreateRun (with same Tool defined) (this time the Arguments field value from the first CreateRun is included)
StephenHodgson
changed the title
Function Arguments should not be serialized when passed to tools
Function Arguments should not be passed back to assistants and re-serialized
Aug 26, 2024
Bug Report
Overview
Function Arguments should not be passed back to assistants and re-serialized.
Originally posted by @Bodekaer in RageAgainstThePixel/com.openai.unity#288 (reply in thread)
The text was updated successfully, but these errors were encountered: