[PR #659] [MERGED] feat: add current time tool in universal chat agent #22616

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/659
Author: @takatost
Created: 7/27/2023
Status: Merged
Merged: 7/27/2023
Merged by: @takatost

Base: mainHead: feat/add-current-time-tool


📝 Commits (1)

  • 3376719 feat: add current time tool in universal chat agent

📊 Changes

6 files changed (+40 additions, -21 deletions)

View changed files

📝 api/controllers/console/universal_chat/chat.py (+15 -0)
📝 api/core/agent/agent/openai_function_call.py (+2 -10)
📝 api/core/agent/agent/openai_multi_function_call.py (+2 -9)
📝 api/core/orchestrator_rule_parser.py (+14 -1)
📝 api/libs/helper.py (+6 -0)
📝 api/services/app_model_config_service.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/659 **Author:** [@takatost](https://github.com/takatost) **Created:** 7/27/2023 **Status:** ✅ Merged **Merged:** 7/27/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/add-current-time-tool` --- ### 📝 Commits (1) - [`3376719`](https://github.com/langgenius/dify/commit/3376719b3c0f9864845770edc57928f6161614a9) feat: add current time tool in universal chat agent ### 📊 Changes **6 files changed** (+40 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/universal_chat/chat.py` (+15 -0) 📝 `api/core/agent/agent/openai_function_call.py` (+2 -10) 📝 `api/core/agent/agent/openai_multi_function_call.py` (+2 -9) 📝 `api/core/orchestrator_rule_parser.py` (+14 -1) 📝 `api/libs/helper.py` (+6 -0) 📝 `api/services/app_model_config_service.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:21 -05:00
yindo closed this issue 2026-02-21 20:19:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22616