Am I able to create an assistant that uses BOTH the native file_search and also custom functions that I’ve built? I have an assistant that is successfully using file_search and I cloned that to include some custom tools I built to allow the assistant to search the web and read the clean text from URLs. I can’t seem to make them work together and I’m wondering if I’m wasting my time trying? The docs say:
“1. Assistants can access multiple tools in parallel. These can be both OpenAI-hosted tools — like code_interpreter and file_search — or tools you build / host (via [function calling]”
I note the “OR tools you build” does that mean it’s one or the other?