mirror of
https://github.com/openai/codex.git
synced 2026-05-06 06:12:59 +03:00
turn metadata followups (#11782)
some trivial simplifications from #11677
This commit is contained in:
@@ -198,7 +198,7 @@ async fn build_request_context(session: &Arc<Session>, config: &Config) -> Reque
|
||||
let turn_context = session.new_default_turn().await;
|
||||
RequestContext::from_turn_context(
|
||||
turn_context.as_ref(),
|
||||
turn_context.current_turn_metadata_header(),
|
||||
turn_context.turn_metadata_state.current_header_value(),
|
||||
model,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user