Open
Description
** Please make sure you read the contribution guide and file the issues in the right place. **
Contribution guide.
Is your feature request related to a problem? Please describe.
Up to now, session display with an UUID. If users have lots of sessions, session display bar is not clearly for user to know this or that session topic.
Describe the solution you'd like
After create session, title is empty. Once user chat with target agent in someone session, session title will be updated after event generated.
==== session display bar ===
- Hello
- What'is the weather like tody in New York?
- ADK Analysis
...
==== session display bar ===
Describe alternatives you've considered
Tip
Which parts should be changed as we expected?
- Modify
Session
Models definition - Moidfy FastAPI App api for
Session
management. - Modify
Session
storage management.
Additional context
N/A