-
Bug ReportOverviewAfter upgrading to 8.2.2 my calls to To ReproduceSteps to reproduce the behavior:
Expected behaviorNo exception gets thrown Additional contextHere is the exception
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@edvanr can you give me a more complete code snippet to reproduce this? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @StephenHodgson ,
This worked fine and it seems to be happening for my existing assistants, however newly created ones are fine. I intercepted the JSON coming back from the API with the RetrieveAssistant call and noticed the response_format looks different for my legacy Assistants versus a newly created one. Hope this helps... Legacy Assistant... Newly created assistant |
Beta Was this translation helpful? Give feedback.
-
Ok so I logged into platform.openai.com selected my legacy Assistants and although "Text" was selected I reselected it, the app saved and now the format looks like it is coming back correctly and working. Not sure if it is worth supporting the old format or just get users to update the format in the console... |
Beta Was this translation helpful? Give feedback.
Hi @StephenHodgson ,
I tried to write some test code which basically did this...
This worked fine and it seems to be happening for my existing assistants, however newly created ones are fine.
I intercepted the JSON coming back from the API with the RetrieveAssistant call and noticed the response_format looks different for my legacy Assistants versus a newly created one. Hope this helps...
Legacy Assistant...
"resp…