[PR #1316] [MERGED] feat: remove llm client use #23004

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1316
Author: @takatost
Created: 10/11/2023
Status: Merged
Merged: 10/11/2023
Merged by: @takatost

Base: mainHead: feat/remove-llm-client-use


📝 Commits (4)

  • 2af233f feat: remove multi function call agent
  • 0bfa8b4 feat: remove all llm client use
  • 557da5d feat: remove unused code
  • 0515f91 fix: azure function call

📊 Changes

14 files changed (+434 additions, -353 deletions)

View changed files

📝 api/core/agent/agent/multi_dataset_router_agent.py (+57 -7)
📝 api/core/agent/agent/openai_function_call.py (+193 -19)
api/core/agent/agent/openai_function_call_summarize_mixin.py (+0 -140)
api/core/agent/agent/openai_multi_function_call.py (+0 -107)
📝 api/core/agent/agent/structed_multi_dataset_router_agent.py (+19 -9)
📝 api/core/agent/agent/structured_chat.py (+38 -16)
📝 api/core/agent/agent_executor.py (+2 -18)
api/core/chain/llm_chain.py (+36 -0)
📝 api/core/model_providers/models/entity/message.py (+18 -3)
📝 api/core/model_providers/models/llm/azure_openai_model.py (+14 -1)
📝 api/core/model_providers/models/llm/base.py (+8 -12)
📝 api/core/model_providers/models/llm/openai_model.py (+15 -1)
📝 api/core/orchestrator_rule_parser.py (+10 -14)
📝 api/core/tool/web_reader_tool.py (+24 -6)

📄 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/1316 **Author:** [@takatost](https://github.com/takatost) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/11/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/remove-llm-client-use` --- ### 📝 Commits (4) - [`2af233f`](https://github.com/langgenius/dify/commit/2af233ff412d3fb34ab1bfe7b8e15f8b398e2873) feat: remove multi function call agent - [`0bfa8b4`](https://github.com/langgenius/dify/commit/0bfa8b435738b306cc9f7030f43863078af308a8) feat: remove all llm client use - [`557da5d`](https://github.com/langgenius/dify/commit/557da5d672338357422809e53906c1db2a2f23b6) feat: remove unused code - [`0515f91`](https://github.com/langgenius/dify/commit/0515f91195d74de029d33009aa0b91e4d27d8089) fix: azure function call ### 📊 Changes **14 files changed** (+434 additions, -353 deletions) <details> <summary>View changed files</summary> 📝 `api/core/agent/agent/multi_dataset_router_agent.py` (+57 -7) 📝 `api/core/agent/agent/openai_function_call.py` (+193 -19) ➖ `api/core/agent/agent/openai_function_call_summarize_mixin.py` (+0 -140) ➖ `api/core/agent/agent/openai_multi_function_call.py` (+0 -107) 📝 `api/core/agent/agent/structed_multi_dataset_router_agent.py` (+19 -9) 📝 `api/core/agent/agent/structured_chat.py` (+38 -16) 📝 `api/core/agent/agent_executor.py` (+2 -18) ➕ `api/core/chain/llm_chain.py` (+36 -0) 📝 `api/core/model_providers/models/entity/message.py` (+18 -3) 📝 `api/core/model_providers/models/llm/azure_openai_model.py` (+14 -1) 📝 `api/core/model_providers/models/llm/base.py` (+8 -12) 📝 `api/core/model_providers/models/llm/openai_model.py` (+15 -1) 📝 `api/core/orchestrator_rule_parser.py` (+10 -14) 📝 `api/core/tool/web_reader_tool.py` (+24 -6) </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:20:14 -05:00
yindo closed this issue 2026-02-21 20:20:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23004