performance improvements

This commit is contained in:
Dax Raad
2025-11-05 15:33:23 -05:00
parent 1f44c7f750
commit b7262b8527
5 changed files with 27 additions and 26 deletions

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