[PR #460] [MERGED] Fix/json schema #518

Closed
opened 2026-02-16 01:16:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/460
Author: @Mairuis
Created: 9/23/2025
Status: Merged
Merged: 9/23/2025
Merged by: @Mairuis

Base: mainHead: fix/json-schema


📝 Commits (3)

  • 42b00e4 fix(agent_declaration): remove unnecessary 'json_schema' validation from OutputSchema
  • 61d6f20 fix(endpoint): add error handling for missing endpoint configuration in ListPluginEndpoints
  • 6349a6f fix(endpoint): update error handling for missing endpoint configuration in ListPluginEndpoints

📊 Changes

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

View changed files

📝 internal/service/endpoint.go (+4 -0)
📝 pkg/entities/plugin_entities/agent_declaration.go (+1 -1)

📄 Description

Description

Please provide a brief description of the changes made in this pull request.
Please also include the issue number if this is related to an issue using the format Fixes #123 or Closes #123.

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

Fixes #459 #456

Additional Information


🔄 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-plugin-daemon/pull/460 **Author:** [@Mairuis](https://github.com/Mairuis) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@Mairuis](https://github.com/Mairuis) **Base:** `main` ← **Head:** `fix/json-schema` --- ### 📝 Commits (3) - [`42b00e4`](https://github.com/langgenius/dify-plugin-daemon/commit/42b00e4816174888f64573a3ca42db4215ed2dfc) fix(agent_declaration): remove unnecessary 'json_schema' validation from OutputSchema - [`61d6f20`](https://github.com/langgenius/dify-plugin-daemon/commit/61d6f20d625a52854a1f6aa500ee9daa4577754a) fix(endpoint): add error handling for missing endpoint configuration in ListPluginEndpoints - [`6349a6f`](https://github.com/langgenius/dify-plugin-daemon/commit/6349a6fee4d0d639b0ea37c8c6dd8b5642eaaf4c) fix(endpoint): update error handling for missing endpoint configuration in ListPluginEndpoints ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/service/endpoint.go` (+4 -0) 📝 `pkg/entities/plugin_entities/agent_declaration.go` (+1 -1) </details> ### 📄 Description ## Description Please provide a brief description of the changes made in this pull request. Please also include the issue number if this is related to an issue using the format `Fixes #123` or `Closes #123`. ## Type of Change - [x] Bug fix - [ ] New feature - [x] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [x] I have tested the changes locally and confirmed they work as expected - [x] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) Fixes #459 #456 ## Additional Information --- <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 01:16:12 -05:00
yindo closed this issue 2026-02-16 01:16:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#518