Configure built-in tools (Web Search, File Search, Code Interpreter)
mainThe starter app implements several built-in tools that can be configured directly from the UI:
- Web search: Allows the model to search the internet.
- File search: Allows the model to access files within a vector store.
- Code interpreter: Allows the model to run Python code to solve problems.
To use File search, you must create a new vector store and upload your files (e.g., PDFs) via the UI before enabling the tool.