refactor(codex): update terminology to "official instructions" for clarity

This commit is contained in:
Luis Pater
2026-01-16 12:44:57 +08:00
parent 3b4d6d359b
commit ea3d22831e
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/tidwall/sjson"
)
// codexInstructionsEnabled controls whether CodexInstructionsForModel returns custom instructions.
// codexInstructionsEnabled controls whether CodexInstructionsForModel returns official instructions.
// When false (default), CodexInstructionsForModel returns (true, "") immediately.
// Set via SetCodexInstructionsEnabled from config.
var codexInstructionsEnabled atomic.Bool