dify/api/core/workflow/nodes/tool
GareArc b710c9ad59
fix(telemetry): populate missing fields in node execution trace
- Extract model_provider/model_name from process_data (LLM nodes store
  model info there, not in execution_metadata)
- Add invoke_from to node execution trace metadata dict
- Add credential_id to node execution trace metadata dict
- Add conversation_id to metadata after message_id lookup
- Add tool_name to tool_info dict in tool node
2026-03-02 01:18:59 -08:00
..
__init__.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
entities.py fix: add list type support for ToolInput constant value in tool node (#31276) 2026-01-29 10:49:29 +08:00
exc.py refactor(tool-node): introduce specific exceptions for tool node errors (#10357) 2024-11-07 14:02:38 +08:00
tool_node.py fix(telemetry): populate missing fields in node execution trace 2026-03-02 01:18:59 -08:00