/** * Request-only context, as the model reads it: a runtime-context user * message of kind `step-context`, labelled so the model does not take it * for something the operator just said. * * Its own module because two sides of an import cycle need it: the * working-memory phase, which `step-shaping` reaches through the compaction * phase, and `step-shaping` itself. */ export declare function stepContextMessage(content: string): import("../../../types/message/index.js").UserMessage; //# sourceMappingURL=step-context.d.ts.map