Custom Agents
- Added Agent ID restrictions for managed agents (must be unique to the project and must not use reserved prefixes such as
google-,gemini-,imagen-, orveo-).
Troubleshooting
- Added retry strategy guidance recommending exponential backoff with jitter for transient errors (429, 5xx), including default SDK behavior and REST API best practices.