[PR #2424] [MERGED] test: add Anthropic LLM plugin integration test #2467

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2424
Author: @Stream29
Created: 1/14/2026
Status: Merged
Merged: 1/16/2026
Merged by: @Stream29

Base: mainHead: test/models/anthropic


📝 Commits (4)

  • ff2907a test: add Anthropic LLM integration test
  • 31be59f test: enrich test
  • bac9441 Merge branch 'main' into test/models/anthropic
  • 9f70bf0 chore: bump version to 0.2.5

📊 Changes

3 files changed (+73 additions, -2 deletions)

View changed files

📝 models/anthropic/manifest.yaml (+1 -1)
📝 models/anthropic/pyproject.toml (+1 -1)
models/anthropic/tests/test_llm_call.py (+71 -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/2424 **Author:** [@Stream29](https://github.com/Stream29) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/16/2026 **Merged by:** [@Stream29](https://github.com/Stream29) **Base:** `main` ← **Head:** `test/models/anthropic` --- ### 📝 Commits (4) - [`ff2907a`](https://github.com/langgenius/dify-official-plugins/commit/ff2907a30fdca3c2ea6ef8616fef633b028270ac) test: add Anthropic LLM integration test - [`31be59f`](https://github.com/langgenius/dify-official-plugins/commit/31be59f41ce1e9d6d7d31fcc19ecf8c0c4164217) test: enrich test - [`bac9441`](https://github.com/langgenius/dify-official-plugins/commit/bac9441fdee93df0e6a7a01b77fe631f5dcf94eb) Merge branch 'main' into test/models/anthropic - [`9f70bf0`](https://github.com/langgenius/dify-official-plugins/commit/9f70bf0e1ace58608a51c3f447a4613082cb0a8f) chore: bump version to 0.2.5 ### 📊 Changes **3 files changed** (+73 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/anthropic/manifest.yaml` (+1 -1) 📝 `models/anthropic/pyproject.toml` (+1 -1) ➕ `models/anthropic/tests/test_llm_call.py` (+71 -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:04 -05:00
yindo closed this issue 2026-02-16 11:17:04 -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#2467