Skip to main content

delete

Method
This is a method of the KnowledgeStoreProtocol class in the protocols module.
Delete an item by ID.

Signature

Parameters

str
required
ID of the item to delete **kwargs: Backend-specific options

Returns

bool
True if deleted, False otherwise

Used By

Source

View on GitHub

praisonaiagents/knowledge/protocols.py at line 145