@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.js
CHANGED
|
@@ -1997,7 +1997,7 @@ var Attrs = {
|
|
|
1997
1997
|
USAGE_OUTPUT_TOKENS: "gen_ai.usage.output_tokens",
|
|
1998
1998
|
// v1.37.0+ content attributes (canonical OTel GenAI semantic conventions).
|
|
1999
1999
|
// SDKs that emit the AgentMark-scoped equivalents (`gen_ai.request.input`
|
|
2000
|
-
// / `gen_ai.response.output`
|
|
2000
|
+
// / `gen_ai.response.output`) are
|
|
2001
2001
|
// also accepted here as fallbacks so an SDK picking either key set
|
|
2002
2002
|
// doesn't silently lose IO data on ingest. The canonical pair always wins
|
|
2003
2003
|
// when both are present.
|