[PR #606] [MERGED] fix perplexity search_domain_filter parameter #1457

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/606
Author: @OhkuboSGMS
Created: 3/29/2025
Status: Merged
Merged: 3/31/2025
Merged by: @crazywoola

Base: mainHead: fix/perplexity


📝 Commits (1)

  • 8266fb7 fix perplexity search_domain_filter parameter

📊 Changes

2 files changed (+5 additions, -2 deletions)

View changed files

📝 tools/perplexity/manifest.yaml (+1 -1)
📝 tools/perplexity/tools/perplexity_search.py (+4 -1)

📄 Description

Related Issue or Context

fix https://github.com/langgenius/dify/issues/17080
maybe fix: https://github.com/langgenius/dify-official-plugins/issues/600

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):
    2025-03-29 23_03_25-NVIDIA GeForce Overlay DT

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/606 **Author:** [@OhkuboSGMS](https://github.com/OhkuboSGMS) **Created:** 3/29/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/perplexity` --- ### 📝 Commits (1) - [`8266fb7`](https://github.com/langgenius/dify-official-plugins/commit/8266fb770431966eb6d1de1fcfab7b050329ceb9) fix perplexity search_domain_filter parameter ### 📊 Changes **2 files changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `tools/perplexity/manifest.yaml` (+1 -1) 📝 `tools/perplexity/tools/perplexity_search.py` (+4 -1) </details> ### 📄 Description ## Related Issue or Context <!-- - Link related issues if applicable: #issue_number - Or provide context about why this change is needed --> fix https://github.com/langgenius/dify/issues/17080 maybe fix: https://github.com/langgenius/dify-official-plugins/issues/600 ## Type of Change <!-- Put an `x` in all the boxes that apply --> - [x] 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): ![2025-03-29 23_03_25-NVIDIA GeForce Overlay DT](https://github.com/user-attachments/assets/dceb9223-af20-4e77-930c-3c9c04e6f836) > [!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**: > - [x] 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: - [x] Changes tested in a clean/isolated environment - [x] Test environment matches production configuration - [x] 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#1457