PIIEvents returns the PII event store. Same nil-when-disabled semantics as PIIRedactor; admin REST and MCP read tools call List against it.
()
| 257 | // semantics as PIIRedactor; admin REST and MCP read tools call List |
| 258 | // against it. |
| 259 | func (a *Application) PIIEvents() pii.EventStore { |
| 260 | return a.piiEvents |
| 261 | } |
| 262 | |
| 263 | // PIINERResolver returns the resolver the chat PII middleware uses to |
| 264 | // turn a configured detector model name into a ready-to-use NERConfig: |
no outgoing calls
no test coverage detected