-
Notifications
You must be signed in to change notification settings - Fork 411
Comparing changes
Open a pull request
base repository: googleapis/python-aiplatform
base: v1.114.0
head repository: googleapis/python-aiplatform
compare: v1.115.0
- 13 commits
- 55 files changed
- 8 contributors
Commits on Sep 17, 2025
-
feat: update list_deploy_options api for Vertex AI Model Garden custo…
…m model to support filtering by machines that user has quota for. PiperOrigin-RevId: 808247563
Configuration menu - View commit details
-
Copy full SHA for 540e9e0 - Browse repository at this point
Copy the full SHA 540e9e0View commit details -
fix: GenAI Client(evals) - Improve LiteLLM model completion response …
…parsing PiperOrigin-RevId: 808266861
Configuration menu - View commit details
-
Copy full SHA for ff55a48 - Browse repository at this point
Copy the full SHA ff55a48View commit details -
chore: Sort the converters alphabetically
PiperOrigin-RevId: 808277563
Configuration menu - View commit details
-
Copy full SHA for c1c2fe6 - Browse repository at this point
Copy the full SHA c1c2fe6View commit details -
fix: Update definition of async_add_session_to_memory to not depend o…
…n Session This avoids issues with the generation of the schema when deploying PiperOrigin-RevId: 808304051
Configuration menu - View commit details
-
Copy full SHA for dc9a5da - Browse repository at this point
Copy the full SHA dc9a5daView commit details
Commits on Sep 18, 2025
-
feat!: GenAI SDK client - Modify optimize_prompt to return raw and pa…
…rsed responses. This commit changes the return structure for the `optimize_prompt` method. Previously, the method would return only the parsed response object directly. This change introduces a new response object that contains two fields: - `raw_text_response`: The raw, unmodified text output from the model. - `parsed_response`: The parsed Pydantic object. This will be `None` if parsing fails. BREAKING CHANGE: The `optimize_prompt` method no longer returns the parsed response directly. Code must be updated to access the `.raw_text_response` or `.parsed_response` attribute on the new return object. response = client.prompt_optimizer.optimize_prompt(...) raw_output = response.raw_text_response parsed_output = response.parsed_response if parsed_output: suggested_prompt = parsed_output.suggested_prompt PiperOrigin-RevId: 808352175
Configuration menu - View commit details
-
Copy full SHA for 415cf26 - Browse repository at this point
Copy the full SHA 415cf26View commit details -
feat: GenAI SDK client - Add experimental delete_prompt() and delete_…
…version() methods to Prompt Management PiperOrigin-RevId: 808607739
Configuration menu - View commit details
-
Copy full SHA for 3f7f976 - Browse repository at this point
Copy the full SHA 3f7f976View commit details -
feat: GenAI SDK client -- add support for user defined labels for Rea…
…soningEngine PiperOrigin-RevId: 808649652
Configuration menu - View commit details
-
Copy full SHA for 002b441 - Browse repository at this point
Copy the full SHA 002b441View commit details -
feat: GenAI SDK client - add experimental async create_version and ge…
…t methods to prompt management PiperOrigin-RevId: 808649974
Configuration menu - View commit details
-
Copy full SHA for d8de037 - Browse repository at this point
Copy the full SHA d8de037View commit details -
docs: streamline installation section in README and add uv package in…
…stallation command PiperOrigin-RevId: 808652100
Configuration menu - View commit details
-
Copy full SHA for bf91a55 - Browse repository at this point
Copy the full SHA bf91a55View commit details -
feat: Add
has_template_configto MultimodalDataset.PiperOrigin-RevId: 808720000
Configuration menu - View commit details
-
Copy full SHA for 97a6e71 - Browse repository at this point
Copy the full SHA 97a6e71View commit details -
Release-As: 1.115.0 PiperOrigin-RevId: 808729196
Configuration menu - View commit details
-
Copy full SHA for bcf9ce0 - Browse repository at this point
Copy the full SHA bcf9ce0View commit details -
docs: Add Agent Engine with ADK examples to README.
PiperOrigin-RevId: 808750306
Configuration menu - View commit details
-
Copy full SHA for c74305b - Browse repository at this point
Copy the full SHA c74305bView commit details -
chore(main): release 1.115.0 (#5814)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2e39d0d - Browse repository at this point
Copy the full SHA 2e39d0dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.114.0...v1.115.0