diff options
| author | Adam Malczewski <[email protected]> | 2026-06-26 19:52:47 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-26 19:52:47 +0900 |
| commit | 51da5df8fc70efc2febda238faeaeacb21713699 (patch) | |
| tree | 15727c2a4e38dccb4f44123c387f43abe117dbad /src/features/system-prompt/index.ts | |
| parent | f582642aeed9c79247e805545d434c4a261be781 (diff) | |
| download | dispatch-web-51da5df8fc70efc2febda238faeaeacb21713699.tar.gz dispatch-web-51da5df8fc70efc2febda238faeaeacb21713699.zip | |
feat(heartbeat): prompt editor modal + hours/minutes timer + backend handoff
Diffstat (limited to 'src/features/system-prompt/index.ts')
| -rw-r--r-- | src/features/system-prompt/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/system-prompt/index.ts b/src/features/system-prompt/index.ts index 7c77675..142d4b1 100644 --- a/src/features/system-prompt/index.ts +++ b/src/features/system-prompt/index.ts @@ -7,7 +7,7 @@ export type { SystemPromptVariablesResult, VariableGroup, } from "./logic/view-model"; -export { buildTag, groupVariables, insertTag } from "./logic/view-model"; +export { buildTag, groupVariables, insertTag, isDynamicVariable } from "./logic/view-model"; export { default as SystemPromptBuilder } from "./ui/SystemPromptBuilder.svelte"; /** Public module manifest — aggregated by the shell's "Loaded Modules" view. */ |
