search
Method
This is a method of the LearnProtocol class in the protocols module.Search entries by query.
Signature
Parameters
str
required
Search query string
int
default:"10"
Maximum results to return
Returns
List[Dict[str, Any]]
List of matching entries
Used By
Source
View on GitHub
praisonaiagents/memory/learn/protocols.py at line 61
