MCPcopy Create free account
hub / github.com/astercloud/aster / WritingPatternMatcher

Struct WritingPatternMatcher

examples/logic-memory/main.go:178–178  ·  view source on GitHub ↗

WritingPatternMatcher is a custom PatternMatcher for detecting writing preferences

Source from the content-addressed store, hash-verified

176
177// WritingPatternMatcher is a custom PatternMatcher for detecting writing preferences
178type WritingPatternMatcher struct{}
179
180func (m *WritingPatternMatcher) SupportedEventTypes() []string {
181 return []string{"user_revision", "user_feedback"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected