performance improvements

This commit is contained in:
Dax Raad
2025-11-05 15:33:23 -05:00
parent 341e6b8c5a
commit d99f1f4570
5 changed files with 27 additions and 26 deletions
-3
View File
@@ -1022,9 +1022,6 @@ export namespace SessionPrompt {
for await (const value of stream.fullStream) {
input.abort.throwIfAborted()
log.info("part", {
type: value.type,
})
switch (value.type) {
case "start":
break