Require chunk-local extraction evidence
This commit is contained in:
@@ -51,8 +51,8 @@ func TestProductionCombatPipelineRetriesMergesNormalizesAndWritesJSON(t *testing
|
||||
client := &fakeCombatLLMClient{responses: []string{
|
||||
combatTestInvalidEnumResponse("unsupported"),
|
||||
combatTestTurnResponse("mira thorn", "turn", 1),
|
||||
combatTestTurnResponse("Mira Thorn", "reaction", 2),
|
||||
combatTestTurnResponse("Hooded Guard", "turn", 3),
|
||||
combatTestTurnResponse("Mira Thorn", "reaction", 3),
|
||||
combatTestTurnResponse("Hooded Guard", "turn", 5),
|
||||
}}
|
||||
prepared, err := pipeline.Prepare(materialized, registries, pipeline.ModuleDependencies{LLM: client})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user