search_knowledge
Method
This is a method of the Session class in the session module.Search session knowledge base.
Signature
Parameters
Search query
Maximum results to return
Returns
List of knowledge results
Search session knowledge base.
This is a method of the Session class in the session module.Search session knowledge base.
def search_knowledge(query: str, limit: int) -> List[Dict[str, Any]]