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",
"force_static_execution": false
}
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.
Force execution of this tool statically without relying on the LLM to decide if/when/how to invoke the tool.