You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@arizeai/openinference-semantic-conventions

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arizeai/openinference-semantic-conventions - npm Package Compare versions

Comparing version

to
0.8.0

2

dist/esm/trace/SemanticConventions.d.ts

@@ -73,3 +73,3 @@ /**

};
export declare const ImageAttributesPostfiexs: {
export declare const ImageAttributesPostfixes: {
readonly url: "url";

@@ -76,0 +76,0 @@ };

@@ -73,3 +73,3 @@ /**

};
export var ImageAttributesPostfiexs = {
export var ImageAttributesPostfixes = {
url: "url",

@@ -193,3 +193,3 @@ };

*/
export var IMAGE_URL = "".concat(SemanticAttributePrefixes.image, ".").concat(ImageAttributesPostfiexs.url);
export var IMAGE_URL = "".concat(SemanticAttributePrefixes.image, ".").concat(ImageAttributesPostfixes.url);
export var DOCUMENT_ID = "".concat(SemanticAttributePrefixes.document, ".").concat(DocumentAttributePostfixes.id);

@@ -196,0 +196,0 @@ export var DOCUMENT_CONTENT = "".concat(SemanticAttributePrefixes.document, ".").concat(DocumentAttributePostfixes.content);

@@ -73,3 +73,3 @@ /**

};
export declare const ImageAttributesPostfiexs: {
export declare const ImageAttributesPostfixes: {
readonly url: "url";

@@ -76,0 +76,0 @@ };

@@ -73,3 +73,3 @@ /**

};
export const ImageAttributesPostfiexs = {
export const ImageAttributesPostfixes = {
url: "url",

@@ -193,3 +193,3 @@ };

*/
export const IMAGE_URL = `${SemanticAttributePrefixes.image}.${ImageAttributesPostfiexs.url}`;
export const IMAGE_URL = `${SemanticAttributePrefixes.image}.${ImageAttributesPostfixes.url}`;
export const DOCUMENT_ID = `${SemanticAttributePrefixes.document}.${DocumentAttributePostfixes.id}`;

@@ -196,0 +196,0 @@ export const DOCUMENT_CONTENT = `${SemanticAttributePrefixes.document}.${DocumentAttributePostfixes.content}`;

@@ -73,3 +73,3 @@ /**

};
export declare const ImageAttributesPostfiexs: {
export declare const ImageAttributesPostfixes: {
readonly url: "url";

@@ -76,0 +76,0 @@ };

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.PROMPT_TEMPLATE_VARIABLES = exports.RETRIEVAL_DOCUMENTS = exports.EMBEDDING_EMBEDDINGS = exports.EMBEDDING_VECTOR = exports.EMBEDDING_MODEL_NAME = exports.EMBEDDING_TEXT = exports.DOCUMENT_METADATA = exports.DOCUMENT_SCORE = exports.DOCUMENT_CONTENT = exports.DOCUMENT_ID = exports.IMAGE_URL = exports.MESSAGE_CONTENT_IMAGE = exports.MESSAGE_CONTENT_TEXT = exports.MESSAGE_CONTENT_TYPE = exports.MESSAGE_CONTENTS = exports.MESSAGE_CONTENT = exports.MESSAGE_FUNCTION_CALL_ARGUMENTS_JSON = exports.MESSAGE_FUNCTION_CALL_NAME = exports.TOOL_CALL_FUNCTION_ARGUMENTS_JSON = exports.TOOL_CALL_FUNCTION_NAME = exports.MESSAGE_TOOL_CALLS = exports.MESSAGE_NAME = exports.MESSAGE_ROLE = exports.LLM_TOKEN_COUNT_TOTAL = exports.LLM_TOKEN_COUNT_PROMPT = exports.LLM_TOKEN_COUNT_COMPLETION = exports.LLM_MODEL_NAME = exports.LLM_OUTPUT_MESSAGES = exports.LLM_INVOCATION_PARAMETERS = exports.LLM_PROMPTS = exports.LLM_INPUT_MESSAGES = exports.OUTPUT_MIME_TYPE = exports.OUTPUT_VALUE = exports.INPUT_MIME_TYPE = exports.INPUT_VALUE = exports.UserAttributePostfixes = exports.SessionAttributePostfixes = exports.TagAttributePostfixes = exports.DocumentAttributePostfixes = exports.ToolCallAttributePostfixes = exports.ImageAttributesPostfiexs = exports.MessageContentsAttributePostfixes = exports.MessageAttributePostfixes = exports.ToolAttributePostfixes = exports.EmbeddingAttributePostfixes = exports.RerankerAttributePostfixes = exports.RetrievalAttributePostfixes = exports.LLMPromptTemplateAttributePostfixes = exports.LLMAttributePostfixes = exports.SemanticAttributePrefixes = void 0;
exports.PROMPT_TEMPLATE_VARIABLES = exports.RETRIEVAL_DOCUMENTS = exports.EMBEDDING_EMBEDDINGS = exports.EMBEDDING_VECTOR = exports.EMBEDDING_MODEL_NAME = exports.EMBEDDING_TEXT = exports.DOCUMENT_METADATA = exports.DOCUMENT_SCORE = exports.DOCUMENT_CONTENT = exports.DOCUMENT_ID = exports.IMAGE_URL = exports.MESSAGE_CONTENT_IMAGE = exports.MESSAGE_CONTENT_TEXT = exports.MESSAGE_CONTENT_TYPE = exports.MESSAGE_CONTENTS = exports.MESSAGE_CONTENT = exports.MESSAGE_FUNCTION_CALL_ARGUMENTS_JSON = exports.MESSAGE_FUNCTION_CALL_NAME = exports.TOOL_CALL_FUNCTION_ARGUMENTS_JSON = exports.TOOL_CALL_FUNCTION_NAME = exports.MESSAGE_TOOL_CALLS = exports.MESSAGE_NAME = exports.MESSAGE_ROLE = exports.LLM_TOKEN_COUNT_TOTAL = exports.LLM_TOKEN_COUNT_PROMPT = exports.LLM_TOKEN_COUNT_COMPLETION = exports.LLM_MODEL_NAME = exports.LLM_OUTPUT_MESSAGES = exports.LLM_INVOCATION_PARAMETERS = exports.LLM_PROMPTS = exports.LLM_INPUT_MESSAGES = exports.OUTPUT_MIME_TYPE = exports.OUTPUT_VALUE = exports.INPUT_MIME_TYPE = exports.INPUT_VALUE = exports.UserAttributePostfixes = exports.SessionAttributePostfixes = exports.TagAttributePostfixes = exports.DocumentAttributePostfixes = exports.ToolCallAttributePostfixes = exports.ImageAttributesPostfixes = exports.MessageContentsAttributePostfixes = exports.MessageAttributePostfixes = exports.ToolAttributePostfixes = exports.EmbeddingAttributePostfixes = exports.RerankerAttributePostfixes = exports.RetrievalAttributePostfixes = exports.LLMPromptTemplateAttributePostfixes = exports.LLMAttributePostfixes = exports.SemanticAttributePrefixes = void 0;
exports.MimeType = exports.OpenInferenceSpanKind = exports.SemanticConventions = exports.USER_ID = exports.SESSION_ID = exports.TOOL_DESCRIPTION = exports.TOOL_NAME = exports.LLM_FUNCTION_CALL = exports.PROMPT_TEMPLATE_TEMPLATE = void 0;

@@ -78,3 +78,3 @@ exports.SemanticAttributePrefixes = {

};
exports.ImageAttributesPostfiexs = {
exports.ImageAttributesPostfixes = {
url: "url",

@@ -198,3 +198,3 @@ };

*/
exports.IMAGE_URL = `${exports.SemanticAttributePrefixes.image}.${exports.ImageAttributesPostfiexs.url}`;
exports.IMAGE_URL = `${exports.SemanticAttributePrefixes.image}.${exports.ImageAttributesPostfixes.url}`;
exports.DOCUMENT_ID = `${exports.SemanticAttributePrefixes.document}.${exports.DocumentAttributePostfixes.id}`;

@@ -201,0 +201,0 @@ exports.DOCUMENT_CONTENT = `${exports.SemanticAttributePrefixes.document}.${exports.DocumentAttributePostfixes.content}`;

{
"name": "@arizeai/openinference-semantic-conventions",
"version": "0.7.0",
"version": "0.8.0",
"private": false,

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -83,3 +83,3 @@ /**

export const ImageAttributesPostfiexs = {
export const ImageAttributesPostfixes = {
url: "url",

@@ -246,3 +246,3 @@ } as const;

export const IMAGE_URL =
`${SemanticAttributePrefixes.image}.${ImageAttributesPostfiexs.url}` as const;
`${SemanticAttributePrefixes.image}.${ImageAttributesPostfixes.url}` as const;

@@ -249,0 +249,0 @@ export const DOCUMENT_ID =

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet