mirror of
https://github.com/openai/codex.git
synced 2026-09-04 15:08:45 +00:00
core: fix world state response item metadata
This commit is contained in:
@@ -251,6 +251,6 @@ fn user_message(text: &str) -> ResponseItem {
|
||||
text: text.to_string(),
|
||||
}],
|
||||
phase: None,
|
||||
metadata: None,
|
||||
internal_chat_message_metadata_passthrough: None,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user