I'm trying to make sense of Attractor. There are two questions that have confounded me.
-
Are you expecting the JSON to be part of Outcome, Outcome.context_updates, or stored in response.md?
|
Output a JSON object: |
|
{ |
|
\"spec\": \"unified-llm\", |
|
\"sections\": { |
|
\"8.1\": { \"title\": \"Core Infrastructure\", \"items\": [ {\"text\": \"...\", \"pass\": true/false, \"reason\": \"...\"} ] }, |
|
... |
|
}, |
|
\"total\": N, |
|
\"passed\": M, |
|
\"failed\": K, |
|
\"failed_items\": [ {\"section\": \"8.2\", \"text\": \"...\", \"reason\": \"...\"} ] |
|
} |
-
Are you expecting preferred_next_label to be set as part of the JSON, or am I misunderstanding some mechanism whereby Outcome.preferred_label is set?
|
If total_failing == 0 or verdict == \"only_deferred\", set preferred_next_label to \"Done\". |
|
Otherwise set preferred_next_label to \"Fix\"." |
I'm trying to make sense of Attractor. There are two questions that have confounded me.
Are you expecting the JSON to be part of
Outcome,Outcome.context_updates, or stored inresponse.md?attractor-c/spec-dod.dot
Lines 29 to 40 in 144e201
Are you expecting preferred_next_label to be set as part of the JSON, or am I misunderstanding some mechanism whereby
Outcome.preferred_labelis set?attractor-c/spec-dod.dot
Lines 112 to 113 in 144e201