REFACTOR: Explanatory Core Architecture & Terminology Alignment
This commit is contained in:
@@ -88,7 +88,7 @@ This is the primary actuator for neural reasoning. It handles the specific JSON
|
||||
(let ((api-key (vault-get-secret provider :type :api-key))
|
||||
(full-prompt (format nil "~a~%~%Prompt: ~a" system-prompt prompt)))
|
||||
|
||||
(harness-log "SYSTEM 1: Requesting ~a (Model: ~a) [Key: ~a]"
|
||||
(harness-log "PROBABILISTIC ENGINE: Requesting ~a (Model: ~a) [Key: ~a]"
|
||||
provider (or model "default") (vault-mask-string api-key))
|
||||
|
||||
(case provider
|
||||
@@ -140,7 +140,7 @@ This is the primary actuator for neural reasoning. It handles the specific JSON
|
||||
#+end_src
|
||||
|
||||
** Cognitive Tools
|
||||
The `:ask-llm` tool exposes the gateway's power to System 1, allowing it to explicitly request reasoning from a specific provider when the default cascade is insufficient.
|
||||
The `:ask-llm` tool exposes the gateway's power to Probabilistic Engine, allowing it to explicitly request reasoning from a specific provider when the default cascade is insufficient.
|
||||
** Registration: Tool
|
||||
Register the unified gateway as a cognitive tool.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user