View source: R/vector-stores.R
| foundry_tool_file_search | R Documentation |
Create a file-search tool definition
foundry_tool_file_search(vector_store_ids, max_num_results = NULL)
vector_store_ids |
Character vector of vector store IDs. |
max_num_results |
Integer. Optional maximum file-search results. |
A Responses API tool definition list.
foundry_tool_file_search("vs_abc123", max_num_results = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.