MCPcopy
hub / github.com/coder/mux / effectiveAdditionalSystemContext

Function effectiveAdditionalSystemContext

src/node/services/additionalSystemContext.ts:104–106  ·  view source on GitHub ↗
(record: AdditionalSystemContextRecord)

Source from the content-addressed store, hash-verified

102 * the toggle.
103 */
104export function effectiveAdditionalSystemContext(record: AdditionalSystemContextRecord): string {
105 return record.enabled ? record.content : "";
106}
107
108export { mergeAdditionalSystemInstructions };

Callers 2

streamMessageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected