mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 06:37:13 +08:00
- Use more precise type annotations with Sequence and Mapping for task entities. - Ensure raw_prompt is assigned properly after replacement in advanced prompt transform. - Remove unused generator return type from _fetch_context method. - Refactor tool node file handling to retrieve more comprehensive file attributes, ensuring file existence validation in the database. |
||
|---|---|---|
| .. | ||
| entities | ||
| prompt_templates | ||
| utils | ||
| __init__.py | ||
| advanced_prompt_transform.py | ||
| agent_history_prompt_transform.py | ||
| prompt_transform.py | ||
| simple_prompt_transform.py | ||