feat(session): support admit-only synthetic messages (#35774)

This commit is contained in:
James Long
2026-07-07 14:17:20 -04:00
committed by GitHub
parent 93e8e6277c
commit 5ec5c5e1a8
7 changed files with 27 additions and 2 deletions
+1
View File
@@ -329,6 +329,7 @@ export const SessionHandler = HttpApiBuilder.group(Api, "server.session", (handl
text: ctx.payload.text,
description: ctx.payload.description,
metadata: ctx.payload.metadata,
resume: ctx.payload.resume,
})
.pipe(
Effect.catchTag("Session.NotFoundError", (error) =>