add LLM-safe context to conditional NL branch evaluation (#4368)

This commit is contained in:
Celal Zamanoglu
2025-12-24 23:49:11 +03:00
committed by GitHub
parent 487d156039
commit d643b7a81c
2 changed files with 43 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ Criteria (order matters; align outputs to these indices):
- {{ criterion.index }}: {{ criterion.expression }}
{% endfor %}
Context (use this data to evaluate each criterion; if a value is absent, treat it as missing/Falsey):
{{ context_snapshot }}
Respond with JSON exactly in this shape:
{
"branch_results": [true | false per criterion, in order]