🏏 promptCategory.ts

This commit is contained in:
nirholas
2026-03-31 10:24:26 +00:00
parent 95273cc6e5
commit b761d229e0

View File

@@ -47,3 +47,4 @@ export function getQuerySourceForREPL(): QuerySource {
? (`repl_main_thread:outputStyle:${style}` as QuerySource)
: 'repl_main_thread:outputStyle:custom'
}