@nomad-e/bluma-cli 0.0.5 → 0.0.6
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.
- package/dist/main.js +3 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1833,8 +1833,9 @@ var Agent = class {
|
|
|
1833
1833
|
- Follow the stripes o "Tool Naming Policy"
|
|
1834
1834
|
- Never modify the names of the tools, use their real names without any modification.
|
|
1835
1835
|
- Never forget to signal the system when the task is completed 'agent_end_task' tool.
|
|
1836
|
-
##
|
|
1837
|
-
|
|
1836
|
+
##Important: When writing to Notion, you must strictly follow its content structure, including the correct use of headings (heading_1, heading_2, etc.) and other formatting standards. No deviations are allowed.
|
|
1837
|
+
- You should always standardize everything using Notion's actual headers (heading_1, heading_2, etc.), making the structure
|
|
1838
|
+
semantically better for reading and navigation.
|
|
1838
1839
|
`;
|
|
1839
1840
|
this.history.push({ role: "system", content: systemPrompt });
|
|
1840
1841
|
await saveSessionHistory(this.sessionFile, this.history);
|