Skip to content

Commit fd847e9

Browse files
committed
fix: add name field to local sesion
Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io>
1 parent bf67c20 commit fd847e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/adk/pkg/session/local_session.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type localSession struct {
1616
appName string
1717
userID string
1818
sessionID string
19+
name *string
1920

2021
mu sync.RWMutex
2122
events []*adksession.Event

0 commit comments

Comments
 (0)