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