Introduction
What are Tools?
Overview of Available Tools
1.
The default tool for all assistants, enabling them to retrieve information from a knowledge source (e.g., a Corpus) and generate contextually accurate responses. RAG serves as the foundational tool for most knowledge-based tasks.
2.
This tool enables assistants to fetch real-time information from the web. Users can configure this tool to search through specific engines such as DuckDuckGo or Bing, providing flexibility in how assistants source external information.
3.
The API Tool allows assistants to interact with external APIs to fetch data or perform operations. It is highly configurable, supporting options like:
This tool is ideal for creating assistants that can interact with enterprise systems or perform domain-specific tasks.
4.
This tool supports indexing documents (e.g., PDFs, Word files) within chat threads and enables assistants to perform interactive chats based on the content of the uploaded documents. It’s particularly useful for handling document-specific queries, like summarizing or explaining key points from attachments.