aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/testdata/TestSetResultsToolIsNotLast.trajectory.json
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow: fix structured outputs handlingDmitry Vyukov2026-02-101-0/+137
If LLM calls set-results tool to set structured results, and then calls another unrelated tool, currently we lose structured results (overwrite with nil). Don't do that, keep structured results.