googleapis / googleapis/python-aiplatform
[Reasoning Engine] support user defined session id / name in create session API
Open
api: vertex-ai
- Dominant language
- Python
- Stars
- 905
- Forks
- 465
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 44
Description
User provided session name / id isn't supported as suggested in [adk](https://github.com/google/adk-python/blob/f29ab5db0563a343d6b8b437a12557c89b7fc98b/src/google/adk/sessions/vertex_ai_session_service.py#L95-L98).
This is useful to coordinate multi agent communication it A2A while preserving the context.
Currently it requires to manage this mapping at client side after session is created
Contributor guide
Assessment
This issue has not been assessed yet.