💲 systemPromptType.ts

This commit is contained in:
nirholas
2026-03-31 10:24:31 +00:00
parent 175584e4b9
commit f7b9b2e991

View File

@@ -12,3 +12,4 @@ export type SystemPrompt = readonly string[] & {
export function asSystemPrompt(value: readonly string[]): SystemPrompt {
return value as SystemPrompt
}