PaisKnowledgeBaseIndexSearchToolLink
A link to an internal PAIS knowledge base index search tool with search-specific configuration.
This extends GenericToolLink with additional search parameters (top_n, similarity_cutoff). PAIS search tools can be linked either as GenericToolLink (without search configuration) or as PaisKnowledgeBaseIndexSearchToolLink (with search configuration).
{
"link_type": "string",
"tool_id": "string",
"top_n": 0,
"similarity_cutoff": "number"
}
Type of tool link, which is always PAIS_KNOWLEDGE_BASE_INDEX_SEARCH_TOOL_LINK for PAIS search tools.
A UUID of a tool to be used by the agent.
Number of top results to retrieve when using this tool for search.
Minimum similarity score for search results when using this tool.