dograh/api/services/workflow/tools
XI 49fcb770a4 feat: support {{variable}} substitution in HTTP tool endpoint URL
Apply the same render_template() logic used for node prompts and preset
parameters to the endpoint URL, so users can use {{initial_context.*}}
and {{gathered_context.*}} in the URL path. The URL is rendered at
execution time just before the HTTP request.

- Backend: render URL via render_template() in execute_http_tool
- Frontend: allow {{variable}} in URL path but reject in domain
- Frontend: add hint label below Endpoint URL field
- Tests: verify URL rendering with initial_context, gathered_context,
  and static (unchanged) URLs
2026-06-03 23:36:47 +01:00
..
__init__.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
calculator.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
custom_tool.py feat: support {{variable}} substitution in HTTP tool endpoint URL 2026-06-03 23:36:47 +01:00
knowledge_base.py feat: add Azure AI multi-provider support (TTS, STT, Embeddings, Realtime) (#381) 2026-06-02 12:50:00 +05:30
mcp_tool.py feat: create tools using MCP 2026-05-31 16:50:44 +05:30
timezone.py Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30