mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2113] [MERGED] fix(vertex_ai): Fix YAML syntax error in gemini-3-pro-preview #2269
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/2113
Author: @kaixintang95
Created: 11/21/2025
Status: ✅ Merged
Merged: 11/21/2025
Merged by: @crazywoola
Base:
main← Head:feat/add-gemini-3-pro-preview📝 Commits (1)
27deb4ffix(vertex_ai): Fix YAML syntax error in gemini-3-pro-preview📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
models/vertex_ai/models/llm/gemini-3-pro-preview.yaml(+2 -2)📄 Description
Summary
Fix YAML syntax error in
gemini-3-pro-preview.yamlthat causes parsing failures.Problem
The merged version in PR #2111 contains a YAML syntax error on line 60:
The colon
:after "Note" is interpreted by YAML parser as a key-value separator, causing:Solution
Remove colons from help text:
注意:→注意(Chinese)Note:→Note(English)Changes
Modified:
models/vertex_ai/models/llm/gemini-3-pro-preview.yamlTesting
✅ Local YAML parsing validation passed:
✅ Plugin loading test passed
References
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.