dify/api/core/ops
-LAN- cdcc0c1a15 refactor(workflow): improve handling of outputs and inputs
- Use empty dictionaries instead of None for default outputs and inputs.
- Replace manual json loads with dedicated getter methods for inputs and outputs.
- Ensure type hints for converted input and output dictionaries.
- Improve code readability and reduce potential null errors.
2024-10-16 17:28:02 +08:00
..
entities
langfuse_trace chore: optimize the trace ops slow queries on node executions. (#9282) 2024-10-12 18:30:46 +08:00
langsmith_trace chore: optimize the trace ops slow queries on node executions. (#9282) 2024-10-12 18:30:46 +08:00
__init__.py
base_trace_instance.py
ops_trace_manager.py refactor(workflow): improve handling of outputs and inputs 2024-10-16 17:28:02 +08:00
utils.py