diff --git a/src/utils/promptCategory.ts b/src/utils/promptCategory.ts index 2a1dea5..360fb97 100644 --- a/src/utils/promptCategory.ts +++ b/src/utils/promptCategory.ts @@ -47,3 +47,4 @@ export function getQuerySourceForREPL(): QuerySource { ? (`repl_main_thread:outputStyle:${style}` as QuerySource) : 'repl_main_thread:outputStyle:custom' } +