faq_retrieval_tool
Retrieves relevant FAQ documents from a vector database to answer Formula 1 questions. Submit a query to receive matching context.
Instructions
Retrieve the most relevant documents from FAQ collection. Use this tool when the user asks about F1 Racing.
Input:
query: str -> The user query to retrieve the most relevant documents
Output:
context: str -> most relevant documents retrieved from a vector DB
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |