ive harnessed the harness
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

format

dawn 1d363750 ca057255

+4 -1
+4 -1
klbr-bench/src/main.rs
··· 1378 1378 1379 1379 final_response = Some(response); 1380 1380 let final_reasoning = (!reasoning.is_empty()).then_some(reasoning.as_str()); 1381 - ctx.push_assistant(final_response.as_deref().unwrap_or_default(), final_reasoning); 1381 + ctx.push_assistant( 1382 + final_response.as_deref().unwrap_or_default(), 1383 + final_reasoning, 1384 + ); 1382 1385 break; 1383 1386 } 1384 1387 }