Openai claims that " Assistants can access multiple tools in parallel"
I am using both Knowledge Retrieval and Function calling in my Assistant.
And when the model has to reply using knowledge from the the Knowledge file (god knows how it decides), the run, which I create, is not interrupted if the “requires_action” status (it should on every message according to the instruction).
When the model is provided by an input message, which couldn’t be addressed in the Knowledge file - the Function calling works fine.
Can Knowledge Retrieval actually intercept the Function calling?