patch-tools

This commit is contained in:
Ahmed Ibrahim
2025-09-12 11:49:46 -04:00
parent 6884c6ccf6
commit a36a273d4e

View File

@@ -903,7 +903,7 @@ async fn history_dedupes_streamed_and_final_messages_across_turns() {
// Assert on the last five messages of the input history for request 3.
// We expect the conversation tail to be [U1, A, U2, A, U3], skipping earlier context and developer messages.
let r3_tail_expected = serde_json::json!([
let r3_tail_expected = json!([
{
"type": "message",
"role": "user",