@@ -65,6 +65,8 @@ class EventFormattingAgent < Agent
             "1": "10:00 PM EST"
           }
 
+      You could also use the `regex_extract` filter to achieve the same goal.
+
       So you can use it in `instructions` like this:
 
           "instructions": {
@@ -113,7 +115,6 @@ def default_options
           'agent' => "{{agent.type}}",
           'some_other_field' => "Looks like the weather is going to be {{fields.weather}}"
         },
-        'matchers' => [],
         'mode' => "clean",
       }
     end