brainiac-fizzy 0.0.11 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0335c88018a40d0f597d0c7000d56e4fe047540a077e2d17b85b20819d730b1
|
|
4
|
+
data.tar.gz: c4b4262ef5b7d95687302edd2fb9864e93b3c4dd12f8eb0a8ea6a6dabd73536c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce588f2a8a5284d681d9dce3340aa90e8372039e60bbfe53a8cd4dbb1d1de6e28e37a86af7f075d5ed2e7618b52e7eec69de3ee100336f7679103a15acc6a0cd
|
|
7
|
+
data.tar.gz: 1d92e2d6d185dbd492826d1efe6d7a9c62ff2b5bda3e07a44b2ce4a803bc997ace21c77d03fe9f7c4d131b823e020d3dd2cd88e0f08e8e680d0c452a132bb494
|
|
@@ -149,7 +149,8 @@ def render_planning_prompt(situation_template, vars = {}, brain_context: "", car
|
|
|
149
149
|
result += card_context unless card_context.empty?
|
|
150
150
|
result += PROMPT_CORE
|
|
151
151
|
result += PROMPT_PLANNING_MODE.gsub("{{PLAN_FILE}}", plan_file)
|
|
152
|
-
|
|
152
|
+
plugin_prompt = Brainiac.channel_prompts[channel]
|
|
153
|
+
result += plugin_prompt || CHANNEL_PROMPTS.fetch(channel, "")
|
|
153
154
|
result += situation_template
|
|
154
155
|
|
|
155
156
|
# Pre-post comment check (same as render_prompt)
|