Assistant API Function Call Bug

It seems that if I add "strict": true in the assistant function, there will be an error in the run if the message contains pictures.

Error running thread: Invalid tools: strict function tools are not supported with image message content types.

Is there any way to solve or to avoid this problem?

2 Likes

same issue, did you find any solution ?

you have to change strict to false as strict: false

This is indeed a feasible solution, but it wastes the new feature :disappointed_relieved:

Yup, kind of makes the new zodFunction helper in the JS/TS SDK kind of useless for me.