Logo
Explore Help
Register Sign In
yujunjun/ragflow
1
0
Fork 0
You've already forked ragflow
mirror of https://github.com/infiniflow/ragflow.git synced 2025-12-08 21:38:09 +00:00
Code Issues Packages Projects Releases Wiki Activity
ragflow/rag/prompts/__init__.py

6 lines
173 B
Python
Raw Normal View History

Feat: Redesign and refactor agent module (#9113) ### What problem does this PR solve? #9082 #6365 <u> **WARNING: it's not compatible with the older version of `Agent` module, which means that `Agent` from older versions can not work anymore.**</u> ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2025-07-30 19:41:09 +08:00
from . import prompts
__all__ = [name for name in dir(prompts)
if not name.startswith('_')]
globals().update({name: getattr(prompts, name) for name in __all__})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 224ms Template: 18ms
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