HI all
We deployed a demo agent to AI Engine using ADK for testing, using VertexAiSessionService for session persistence. Then, after getting the agent instance by calling agent_engines.get("xxxx"), when we call create_session, it reports an error saying 'App name default-app-name is not valid'."
The complete error message as follows:
Hi @kevinfe,
Welcome to the Google Cloud Community!
Your AI Engine agent appears to be unable to establish user sessions due to the error: "App name default-app-name is not valid."
Here are the potential ways that might help with your use case:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
For my test if I use session_service_builder to build app, it will return this error, when I remove it, it will be fine
```
Yes I'm in
<PII Removed by Staff>
Hello @kevinfe ,
The error suggests that the app name must be a valid full resource name, not just a placeholder.
Please use the full Reasoning Engine resource name or the correct reasoning engine ID when creating the session.