MCPcopy Create free account
hub / github.com/Noumena-Network/code / getSystemPromptInjection

Function getSystemPromptInjection

src/context.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24let systemPromptInjection: string | null = null
25
26export function getSystemPromptInjection(): string | null {
27 return systemPromptInjection
28}
29
30export function setSystemPromptInjection(value: string | null): void {
31 systemPromptInjection = value

Callers 3

context.tsFile · 0.85
formatStatusFunction · 0.85
setInjectionAndDescribeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected