mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
lint
This commit is contained in:
@@ -3312,7 +3312,9 @@ impl Session {
|
||||
role,
|
||||
content,
|
||||
metadata: Some(
|
||||
metadata.unwrap_or_else(|| ResponseItemMessageMetadata::new(None)),
|
||||
metadata.unwrap_or_else(|| {
|
||||
ResponseItemMessageMetadata::new(/*user_message_type*/ None)
|
||||
}),
|
||||
),
|
||||
end_turn,
|
||||
phase,
|
||||
|
||||
Reference in New Issue
Block a user