unregister
Method
This is a method of the MiddlewareRegistry class in the middleware_registry module.Unregister middleware for a runtime.
Signature
Parameters
str
required
Runtime identifier to unregister
Returns
bool
True if middleware was found and removed, False otherwise
Uses
logger.debug
Used By
Source
View on GitHub
praisonaiagents/runtime/middleware_registry.py at line 58
