Skip to content

Commit 5c66449

Browse files
committed
cleanup
1 parent 0462d2f commit 5c66449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const plugin: Plugin = (async (ctx) => {
1414

1515
// Suppress AI SDK warnings
1616
if (typeof globalThis !== "undefined") {
17-
;(globalThis as any).AI_SDK_LOG_WARNINGS = false
17+
; (globalThis as any).AI_SDK_LOG_WARNINGS = false
1818
}
1919

2020
const logger = new Logger(config.debug)
@@ -26,6 +26,7 @@ const plugin: Plugin = (async (ctx) => {
2626

2727
return {
2828
"experimental.chat.system.transform": createSystemPromptHandler(state, logger, config),
29+
2930
"experimental.chat.messages.transform": createChatMessageTransformHandler(
3031
ctx.client,
3132
state,

0 commit comments

Comments
 (0)