mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
- Apply render_template() to the endpoint URL at runtime so
{{initial_context.*}} and {{gathered_context.*}} work in URL
paths (same logic as node prompts and preset parameters).
- Update URL validation to allow template variables in the path
but reject them in the domain.
- Add variable_extraction_timing setting (before/after/both) to
HTTP tools, controlling when conversation variable extraction
runs relative to the tool call.
- Add Variable Extraction Timing radio group to the tool Settings
tab with Before/After/Both options.
|
||
|---|---|---|
| .. | ||
| app | ||
| client | ||
| components | ||
| constants | ||
| context | ||
| hooks | ||
| lib | ||
| types | ||
| instrumentation-client.ts | ||
| instrumentation.ts | ||
| middleware.ts | ||