Performs a semantic search of the Pricefx Knowledge base. AI Assistant can use this tool to search from vector stores available from the KB in the Chroma DB to achieve the goal or to answer a question.
Tool Name – knowledge_search
Type – Public
Parameters
The knowledge_search tool supports the following optional parameters to control how document content is returned in the search results:
|
Parameter |
Type |
Values |
Description |
|---|---|---|---|
|
|
boolean |
|
Determines whether the document content is shortened. |
|
|
integer |
|
Specifies the number of characters to return in the |
When truncate_content = false, the tool returns the full snippet contents from the KB and content_length has no effect on the returned content (It is only still validated, so negative values will error).
See Also