refactor: standardize skill API keywords to :probabilistic/:deterministic
This commit is contained in:
@@ -99,6 +99,6 @@ RULES:
|
||||
(defskill :skill-scribe
|
||||
:priority 60
|
||||
:trigger #'trigger-skill-scribe
|
||||
:neuro #'neuro-skill-scribe-enrich
|
||||
:symbolic #'scribe-get-changed-dailies)
|
||||
:probabilistic #'neuro-skill-scribe-enrich
|
||||
:deterministic #'scribe-get-changed-dailies)
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user