Wondering if anyone else is experiencing same:
Using ResponsesAPI, and File Search tool, the tool itself works great, but the notification that a file_search_call.in_progress
delays until right before the stream starts. The experience then is a delay to the frontend in knowing that a file search has been requested until the results are streaming back. There’s a brief flash of our message to the user, before it quickly gets overwritten by the stream.
I would think that the initial response.file_search_call.in_progress
should come right as the request is made internally, yes? Or is this what we should expect?