Improve v2 session message rendering (#25634)

This commit is contained in:
Dax 2026-05-04 22:35:21 -04:00 committed by GitHub
commit 39c88f9afb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 677 additions and 275 deletions

View file

@ -71,6 +71,8 @@ export const layer = Layer.effect(
Effect.sync(() => Service.of(make())),
)
export const defaultLayer = layer
export const layerWith = (input: Partial<Interface>) =>
Layer.effect(
Service,