@agentmark-ai/shared-utils 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1930,7 +1930,7 @@ var Attrs = {
|
|
|
1930
1930
|
USAGE_OUTPUT_TOKENS: "gen_ai.usage.output_tokens",
|
|
1931
1931
|
// v1.37.0+ content attributes (canonical OTel GenAI semantic conventions).
|
|
1932
1932
|
// SDKs that emit the AgentMark-scoped equivalents (`gen_ai.request.input`
|
|
1933
|
-
// / `gen_ai.response.output`
|
|
1933
|
+
// / `gen_ai.response.output`) are
|
|
1934
1934
|
// also accepted here as fallbacks so an SDK picking either key set
|
|
1935
1935
|
// doesn't silently lose IO data on ingest. The canonical pair always wins
|
|
1936
1936
|
// when both are present.
|