mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
add originator to otel (#10826)
This commit is contained in:
@@ -80,6 +80,7 @@ async fn responses_stream_includes_subagent_header_on_review() {
|
||||
None,
|
||||
Some("test@test.com".to_string()),
|
||||
Some(auth_mode),
|
||||
"test_originator".to_string(),
|
||||
false,
|
||||
"test".to_string(),
|
||||
session_source.clone(),
|
||||
@@ -183,6 +184,7 @@ async fn responses_stream_includes_subagent_header_on_other() {
|
||||
None,
|
||||
Some("test@test.com".to_string()),
|
||||
Some(auth_mode),
|
||||
"test_originator".to_string(),
|
||||
false,
|
||||
"test".to_string(),
|
||||
session_source.clone(),
|
||||
@@ -285,6 +287,7 @@ async fn responses_respects_model_info_overrides_from_config() {
|
||||
None,
|
||||
Some("test@test.com".to_string()),
|
||||
auth_mode,
|
||||
"test_originator".to_string(),
|
||||
false,
|
||||
"test".to_string(),
|
||||
session_source.clone(),
|
||||
|
||||
Reference in New Issue
Block a user