feat(gdk): expose Anthropic response metadata for observability (#11630)

This commit is contained in:
Alex Hancock
2026-08-31 16:24:36 -04:00
committed by GitHub
parent 4550a2e93d
commit 1d0146631c
4 changed files with 125 additions and 1 deletions
+6
View File
@@ -639,6 +639,12 @@
"type": "Option<String>",
"default": null,
"docs": ""
},
{
"name": "additional_data_json",
"type": "Option<String>",
"default": null,
"docs": "Provider-specific response fields as a JSON object, present only when the provider reported fields with no canonical `Usage` equivalent."
}
],
"variants": [],