MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / getRuntimeSystemPrompt

Function getRuntimeSystemPrompt

desktop/runtime/chat-system-prompt.ts:25–29  ·  view source on GitHub ↗
(options: {
  settingsCwd?: string | null | undefined
})

Source from the content-addressed store, hash-verified

23- Do not create artifacts for ordinary short answers.`
24
25export function getRuntimeSystemPrompt(options: {
26 settingsCwd?: string | null | undefined
27}): string | undefined {
28 return options.settingsCwd ? howcodeChatSystemPrompt : undefined
29}

Callers 3

createRuntimeFunction · 0.90
createRuntimeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected