Files
openclaw/src/agents/system-prompt.types.ts
2026-04-11 13:26:50 +01:00

2 lines
54 B
TypeScript

export type PromptMode = "full" | "minimal" | "none";