Has anyone experienced any issues using file_search with function_Calls? My model that uses both has stopped searching for information in the vector_storage; instead, it tries to use functions like ‘msearch’ or ‘queries’ to retrieve the information.
The model was working last Friday, but it hasn’t worked all day today.
I’ve already tried changing the instructions to clarify which functions are available (it’s only a call named ‘Validate’).
I’ve also tried clarifying that the information is in the file ‘info.txt’ within the vector_storage and that it should use the file_search.
But nothing seems to work.
I have other models using the same vector_storage and similar instructions but without function calls, and those are still working. Any suggestions? Has anyone experienced the same issue?
3 Likes
I’m experiencing the same problem, maybe when searching the files it makes an action call to the msearch function.
I started investigating why it wasn’t searching the files, so:
My scenario is that I’m using gpt-4o-mini and it seems that with this model this type of behavior started to happen by calling the msearch function.
So I changed to the gpt-4o model and now it can return information from the files.
I don’t know why this is happening with gpt-4o-mini, if I need to make some adjustments to something.
Yes, after trying everything possible, I realized that the GPT-4o model does work correctly with the same instructions, functions, and data.
I haven’t found a solution for it to work with GPT-4o-mini.
Maybe some kind of modification that OpenAI has made to the model?
2 Likes
I hope it’s a bug, because I haven’t seen any kind of announcement of a change that gpt-4o-mini doesn’t work with files.