refactor: standardize skill API keywords to :probabilistic/:deterministic
This commit is contained in:
@@ -52,8 +52,8 @@ Automate the extraction of root causes and architectural learnings into the Meme
|
||||
(defskill :skill-scribe-rca
|
||||
:priority 90
|
||||
:trigger (lambda (context) (search "SYSTEM ERROR" (format nil "~a" (getf (getf context :payload) :text))))
|
||||
:neuro #'scribe-rca-draft
|
||||
:symbolic (lambda (action context) action))
|
||||
:probabilistic #'scribe-rca-draft
|
||||
:deterministic (lambda (action context) action))
|
||||
#+end_src
|
||||
|
||||
* Phase B: Blueprint (PROTOCOL)
|
||||
|
||||
Reference in New Issue
Block a user