core: add optional datadog trace headers for responses calls

This commit is contained in:
Tom Wiltzius
2026-02-01 16:27:50 -08:00
parent d3514bbdd2
commit 43c6030612
13 changed files with 261 additions and 1 deletions

View File

@@ -412,6 +412,10 @@
"description": "Value to use with `Authorization: Bearer <token>` header. Use of this config is discouraged in favor of `env_key` for security reasons, but this may be necessary when using this programmatically.",
"type": "string"
},
"force_datadog_tracing": {
"description": "Whether to include Datadog tracing headers on Responses API calls.",
"type": "boolean"
},
"http_headers": {
"additionalProperties": {
"type": "string"