refactor: standardize skill API keywords to :probabilistic/:deterministic
This commit is contained in:
@@ -91,6 +91,6 @@ Register the high-fidelity browsing tool with the harness.
|
||||
(defskill :skill-playwright
|
||||
:priority 150
|
||||
:trigger (lambda (ctx) (declare (ignore ctx)) nil) ; Passive tool provider
|
||||
:neuro nil
|
||||
:symbolic (lambda (action ctx) (declare (ignore ctx)) action))
|
||||
:probabilistic nil
|
||||
:deterministic (lambda (action ctx) (declare (ignore ctx)) action))
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user