[PR #604] [CLOSED] docs llm plugin test examples #1458

Closed
opened 2026-02-16 10:23:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/604
Author: @fdb02983rhy
Created: 3/29/2025
Status: Closed

Base: mainHead: docs-llm-plugin-test-examples


📝 Commits (1)

  • 67d1b89 docs llm plugin test examples

📊 Changes

5 files changed (+9 additions, -0 deletions)

View changed files

.assets/test-examples/llm-plugin-tests/llm_test_example.md (+9 -0)
.assets/test-examples/llm-plugin-tests/llm_test_example_1.png (+0 -0)
.assets/test-examples/llm-plugin-tests/llm_test_example_2.png (+0 -0)
.assets/test-examples/llm-plugin-tests/llm_test_example_3.png (+0 -0)
.assets/test-examples/llm-plugin-tests/llm_test_example_4.png (+0 -0)

📄 Description

Related Issue or Context

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that may cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Other

Test Evidence

Important

Visual proof is required for Bug fixes, New features, Breaking changes:

  • Screenshots or Video/GIF (if applicable):

Note

For Non-LLM Plugin Changes:

  • Bug fixes:
    • Show the fix working
  • New features:
    • Demonstrate the functionality
  • Breaking changes:
    • Show both old and new behavior

For LLM Plugin Changes:

  • Bug fixes:
    • Show the fix working with example inputs/outputs
  • New features:
    • Demonstrate the functionality with example inputs/outputs
  • Breaking changes (requires comprehensive testing):
    • Conversation & Interaction:
      • Conversation sequence correctness:
        • System message handling
        • Proper turn-taking (user→assistant messages)
      • Tool usage demonstrations (if applicable):
        • Multi-round tool interactions
        • Appropriate handling of tool outputs
    • Input/Output Handling:
      • Multimodal input handling (images, PDFs, audio, video if applicable)
      • Multimodal output generation (images, PDFs, audio, video if applicable)
      • Structured output format (if applicable)
    • Metrics:
      • Token consumption metrics
    • Others:
      • Reasoning process (if applicable, e.g. tool use)

Environment Verification

Important

Please confirm your testing environment:

  • Changes tested in a clean/isolated environment
  • Test environment matches production configuration
  • No cached data influenced the test results

🔄 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/604 **Author:** [@fdb02983rhy](https://github.com/fdb02983rhy) **Created:** 3/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs-llm-plugin-test-examples` --- ### 📝 Commits (1) - [`67d1b89`](https://github.com/langgenius/dify-official-plugins/commit/67d1b89b78bd0e61ca11c5c38bd9fa14d90c0d86) docs llm plugin test examples ### 📊 Changes **5 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.assets/test-examples/llm-plugin-tests/llm_test_example.md` (+9 -0) ➕ `.assets/test-examples/llm-plugin-tests/llm_test_example_1.png` (+0 -0) ➕ `.assets/test-examples/llm-plugin-tests/llm_test_example_2.png` (+0 -0) ➕ `.assets/test-examples/llm-plugin-tests/llm_test_example_3.png` (+0 -0) ➕ `.assets/test-examples/llm-plugin-tests/llm_test_example_4.png` (+0 -0) </details> ### 📄 Description ## Related Issue or Context - https://github.com/langgenius/dify-official-plugins/pull/602 ## Type of Change <!-- Put an `x` in all the boxes that apply --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that may cause existing functionality to not work as expected) - [x] Documentation update - [ ] Code refactoring - [ ] Other ## Test Evidence > [!IMPORTANT] > Visual proof is required for Bug fixes, New features, Breaking changes: - Screenshots or Video/GIF (if applicable): > [!NOTE] > For Non-LLM Plugin Changes: > - **Bug fixes**: > - [ ] Show the fix working > - **New features**: > - [ ] Demonstrate the functionality > - **Breaking changes**: > - [ ] Show both old and new behavior > > For LLM Plugin Changes: > - **Bug fixes**: > - [ ] Show the fix working with example inputs/outputs > - **New features**: > - [ ] Demonstrate the functionality with example inputs/outputs > - **Breaking changes** (requires comprehensive testing): > - **Conversation & Interaction**: > - Conversation sequence correctness: > - [ ] System message handling > - [ ] Proper turn-taking (user→assistant messages) > - Tool usage demonstrations (if applicable): > - [ ] Multi-round tool interactions > - [ ] Appropriate handling of tool outputs > - **Input/Output Handling**: > - [ ] Multimodal input handling (images, PDFs, audio, video if applicable) > - [ ] Multimodal output generation (images, PDFs, audio, video if applicable) > - [ ] Structured output format (if applicable) > - **Metrics**: > - [ ] Token consumption metrics > - **Others**: > - [ ] Reasoning process (if applicable, e.g. tool use) ### Environment Verification > [!IMPORTANT] > Please confirm your testing environment: - [ ] Changes tested in a clean/isolated environment - [ ] Test environment matches production configuration - [ ] No cached data influenced the test results --- <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 10:23:00 -05:00
yindo closed this issue 2026-02-16 10:23:00 -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#1458