-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Labels
needs review[Status] The PR/issue is awaiting review from the maintainer[Status] The PR/issue is awaiting review from the maintainerweb[Component] This issue will be transferred to adk-web[Component] This issue will be transferred to adk-web
Description
When you make a POST request to /apps/{app_name}/users/{user}/sessions, there's no support for display_name with VertexAI. _create_session in adk_web_server.py doesn't pass display_name, even if it's included in the request body. The rest of the VertexAI session creation process accepts **kwargs, so we could also pass **kwargs in the signature
Metadata
Metadata
Assignees
Labels
needs review[Status] The PR/issue is awaiting review from the maintainer[Status] The PR/issue is awaiting review from the maintainerweb[Component] This issue will be transferred to adk-web[Component] This issue will be transferred to adk-web