feat: add last message preview to session picker
Read the final user/assistant message from session transcripts and display it in the picker alongside the session update time. Allows quick previews of what's in each session without opening it.
This commit is contained in:
committed by
Peter Steinberger
parent
14f56a4e18
commit
1d9d5b30ce
@@ -14,6 +14,7 @@ export type GatewaySessionRow = {
|
||||
label?: string;
|
||||
displayName?: string;
|
||||
derivedTitle?: string;
|
||||
lastMessagePreview?: string;
|
||||
channel?: string;
|
||||
subject?: string;
|
||||
groupChannel?: string;
|
||||
|
||||
Reference in New Issue
Block a user