dify/api/core/prompt
-LAN- 03018823d8 fix(workflow): handle special values for process data consistently
- Apply `handle_special_values` to `process_data` in workflow cycle management.
- Improve template processing in `AdvancedPromptTransform` with `VariablePool`.
- Make `system_variables` and `user_inputs` optional in `VariablePool` initialization.
2024-10-14 16:47:03 +08:00
..
entities chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
prompt_templates chore: apply ruff E501 line-too-long linter rule (#8275) 2024-09-12 14:00:36 +08:00
utils feat: regenerate in `Chat`, `agent` and `Chatflow` app (#7661) 2024-09-22 03:15:11 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
advanced_prompt_transform.py fix(workflow): handle special values for process data consistently 2024-10-14 16:47:03 +08:00
agent_history_prompt_transform.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
prompt_transform.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
simple_prompt_transform.py feat(api): Enhance multi modal support. 2024-10-14 16:47:03 +08:00