fix: world state response item test (#29504)

seems to be a merge conflict on main:

> pakrym-oai introduced the stale initializer in commit 3b32d861c5, PR
#29249.
> Context: Owen Lin renamed metadata to
internal_chat_message_metadata_passthrough in PR #28968. PR #29249 then
landed afterward with the old field name, causing the compile/Clippy
failure.
This commit is contained in:
Celia Chen
2026-06-22 17:19:03 -07:00
committed by GitHub
Unverified
parent 11fab432be
commit 97dc6abb11
@@ -251,6 +251,6 @@ fn user_message(text: &str) -> ResponseItem {
text: text.to_string(),
}],
phase: None,
metadata: None,
internal_chat_message_metadata_passthrough: None,
}
}