refactor: standardize skill API keywords to :probabilistic/:deterministic
This commit is contained in:
@@ -154,8 +154,8 @@ The *Chaos Gauntlet* skill is designed to be non-invasive, running primarily in
|
||||
(defskill :skill-chaos
|
||||
:priority 10 ; Lower priority, used for background testing
|
||||
:trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :chaos-trigger))
|
||||
:neuro (lambda (context)
|
||||
:probabilistic (lambda (context)
|
||||
(let ((p (getf context :payload)))
|
||||
(format nil "A chaos trigger was received (~a). Should I run a stress test?" (getf p :mode))))
|
||||
:symbolic #'chaos-stress-test)
|
||||
:deterministic #'chaos-stress-test)
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user