For our application steamed results is absolutile critical and given that the
assistanrt api does not support streamed result I am wondering if it is possible to use the data retrieval features of the assitant api using the completion api.
I have looked at the messages and used some of the extra data in the completion api.
It accepts “tools”: [
{
“type”: “retrieval”
},
but reject
“file_ids”: [
“file-f8HCyhukPNvoRSC5rpqKMy83”
],
Is there away of doing this using the completion api.
To me it would seem seem likely as the assitant api seems to be an abstract layer over completeion but I can’t find any examples or documentation for doing this.
Any assitance greatly appreciated