core: fix world state response item metadata

This commit is contained in:
canvrno-oai
2026-06-22 17:15:57 -07:00
parent 11fab432be
commit 4c8245dfd1

View File

@@ -251,6 +251,6 @@ fn user_message(text: &str) -> ResponseItem {
text: text.to_string(),
}],
phase: None,
metadata: None,
internal_chat_message_metadata_passthrough: None,
}
}