[PR #869] [MERGED] feat: optimize error record in agent #22739

Closed
opened 2026-02-21 20:19:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/869
Author: @takatost
Created: 8/16/2023
Status: Merged
Merged: 8/16/2023
Merged by: @takatost

Base: mainHead: feat/optimize-error-record-in-agent


📝 Commits (1)

  • ca07a4d feat: optimize error record in agent

📊 Changes

8 files changed (+35 additions, -14 deletions)

View changed files

📝 api/core/agent/agent/multi_dataset_router_agent.py (+5 -1)
📝 api/core/agent/agent/openai_function_call.py (+7 -3)
📝 api/core/agent/agent/openai_multi_function_call.py (+7 -3)
📝 api/core/agent/agent/structed_multi_dataset_router_agent.py (+6 -1)
📝 api/core/agent/agent/structured_chat.py (+6 -2)
📝 api/core/callback_handler/agent_loop_gather_callback_handler.py (+2 -2)
📝 api/core/callback_handler/dataset_tool_callback_handler.py (+1 -1)
📝 api/core/callback_handler/main_chain_gather_callback_handler.py (+1 -1)

📄 Description

No description provided


🔄 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/pull/869 **Author:** [@takatost](https://github.com/takatost) **Created:** 8/16/2023 **Status:** ✅ Merged **Merged:** 8/16/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/optimize-error-record-in-agent` --- ### 📝 Commits (1) - [`ca07a4d`](https://github.com/langgenius/dify/commit/ca07a4d21955bbf347a585c26033bb54ab25669d) feat: optimize error record in agent ### 📊 Changes **8 files changed** (+35 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `api/core/agent/agent/multi_dataset_router_agent.py` (+5 -1) 📝 `api/core/agent/agent/openai_function_call.py` (+7 -3) 📝 `api/core/agent/agent/openai_multi_function_call.py` (+7 -3) 📝 `api/core/agent/agent/structed_multi_dataset_router_agent.py` (+6 -1) 📝 `api/core/agent/agent/structured_chat.py` (+6 -2) 📝 `api/core/callback_handler/agent_loop_gather_callback_handler.py` (+2 -2) 📝 `api/core/callback_handler/dataset_tool_callback_handler.py` (+1 -1) 📝 `api/core/callback_handler/main_chain_gather_callback_handler.py` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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-21 20:19:39 -05:00
yindo closed this issue 2026-02-21 20:19:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22739