From f7b9b2e9911deb6f595ae9923308b8700041788d Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=92=B2=20systemPromptType.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/systemPromptType.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/systemPromptType.ts b/src/utils/systemPromptType.ts index c3efa6e..55f70a3 100644 --- a/src/utils/systemPromptType.ts +++ b/src/utils/systemPromptType.ts @@ -12,3 +12,4 @@ export type SystemPrompt = readonly string[] & { export function asSystemPrompt(value: readonly string[]): SystemPrompt { return value as SystemPrompt } +