mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #403] [MERGED] fix(vertex_ai): Improve media content handling and message processing… #1346
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/403
Author: @fdb02983rhy
Created: 3/8/2025
Status: ✅ Merged
Merged: 3/10/2025
Merged by: @crazywoola
Base:
main← Head:fix(vertex_ai)-Improve-media-content-handling-and-message-processing-for-Vertex-AI-LLM📝 Commits (4)
4d9cb89fix(vertex_ai): Improve media content handling and message processing for Vertex AI LLM7ec6b4drefactor(vertex_ai): Simplify media content part creation in LLM message processing71184cdUpdate llm.pyfb6df35Update manifest.yaml📊 Changes
2 files changed (+36 additions, -31 deletions)
View changed files
📝
models/vertex_ai/manifest.yaml(+1 -1)📝
models/vertex_ai/models/llm/llm.py(+35 -30)📄 Description
… for Vertex AI LLM
_create_media_partmethod to handle various media content typesFix https://github.com/langgenius/dify/issues/14681
Before
After
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.