add LLM-safe context to conditional NL branch evaluation (#4368)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user