rename: FAMILY_CONVENTIONS → HERMES_AGENT_CONVENTIONS
[小糯]
This commit is contained in:
parent
559913466a
commit
0967bab53d
@ -58,7 +58,7 @@ function getPreview(value: string | PersonalityDict): string {
|
||||
function loadConventions(): string {
|
||||
try {
|
||||
const { execSync } = require("child_process");
|
||||
const result = execSync("cfg get FAMILY_CONVENTIONS", {
|
||||
const result = execSync("cfg get HERMES_AGENT_CONVENTIONS", {
|
||||
encoding: "utf-8",
|
||||
timeout: 5000,
|
||||
stdio: ["pipe", "pipe", "pipe"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user