[PR #2551] [MERGED] tests(models/gemini): add e2e test #2563

Closed
opened 2026-02-16 11:17:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2551
Author: @Stream29
Created: 2/5/2026
Status: Merged
Merged: 2/6/2026
Merged by: @Stream29

Base: mainHead: models/gemini/e2e-test


📝 Commits (2)

  • f3ee8d5 tests(models/gemini): add e2e test
  • cfbc9a8 chore(models/gemini): bump version to 0.7.6

📊 Changes

3 files changed (+162 additions, -1 deletions)

View changed files

📝 models/gemini/manifest.yaml (+1 -1)
models/gemini/tests/test_embedding_call.py (+76 -0)
models/gemini/tests/test_llm_call.py (+85 -0)

📄 Description

Related Issues or Context

https://github.com/langgenius/dify/discussions/19379

This PR contains Changes to LLM Models Plugin

Only test added.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/2551 **Author:** [@Stream29](https://github.com/Stream29) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@Stream29](https://github.com/Stream29) **Base:** `main` ← **Head:** `models/gemini/e2e-test` --- ### 📝 Commits (2) - [`f3ee8d5`](https://github.com/langgenius/dify-official-plugins/commit/f3ee8d543ede603c4b1663299e415568de184ae0) tests(models/gemini): add e2e test - [`cfbc9a8`](https://github.com/langgenius/dify-official-plugins/commit/cfbc9a89b4fdaa1b2ed2ce7b53667850f3ae0f35) chore(models/gemini): bump version to 0.7.6 ### 📊 Changes **3 files changed** (+162 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/gemini/manifest.yaml` (+1 -1) ➕ `models/gemini/tests/test_embedding_call.py` (+76 -0) ➕ `models/gemini/tests/test_llm_call.py` (+85 -0) </details> ### 📄 Description ## Related Issues or Context https://github.com/langgenius/dify/discussions/19379 ## This PR contains Changes to *LLM Models Plugin* Only test added. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 11:17:20 -05:00
yindo closed this issue 2026-02-16 11:17:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2563