Logo
Explore Help
Register Sign In
yujunjun/dify
1
0
Fork 0
You've already forked dify
mirror of https://github.com/langgenius/dify.git synced 2025-11-14 18:32:19 +00:00
Code Issues Packages Projects Releases Wiki Activity
dify/api/core/entities/agent_entities.py

9 lines
158 B
Python
Raw Normal View History

chore: adopt StrEnum and auto() for some string-typed enums (#25129) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-09-12 21:14:26 +08:00
from enum import StrEnum, auto
refactor: remove unused codes, move core/agent module into dataset retrieval feature (#2614)
2024-02-28 23:32:47 +08:00
chore: adopt StrEnum and auto() for some string-typed enums (#25129) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-09-12 21:14:26 +08:00
class PlanningStrategy(StrEnum):
ROUTER = auto()
REACT_ROUTER = auto()
REACT = auto()
FUNCTION_CALL = auto()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 751ms Template: 16ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API