Variable SemanticConventionsConst
SemanticConventions: {
AGENT_NAME: "agent.name";
ANNOTATION_ANNOTATOR_KIND: "annotation.annotator_kind";
ANNOTATION_EXPLANATION: "annotation.explanation";
ANNOTATION_IDENTIFIER: "annotation.identifier";
ANNOTATION_LABEL: "annotation.label";
ANNOTATION_METADATA: "annotation.metadata";
ANNOTATION_NAME: "annotation.name";
ANNOTATION_SCORE: "annotation.score";
ANNOTATIONS: "annotations";
DOCUMENT_CONTENT: "document.content";
DOCUMENT_ID: "document.id";
DOCUMENT_METADATA: "document.metadata";
DOCUMENT_SCORE: "document.score";
EMBEDDING_EMBEDDINGS: "embedding.embeddings";
EMBEDDING_MODEL_NAME: "embedding.model_name";
EMBEDDING_TEXT: "embedding.text";
EMBEDDING_VECTOR: "embedding.vector";
EVALUATION_ANNOTATOR_KIND: "evaluation.annotator_kind";
EVALUATION_EXPLANATION: "evaluation.explanation";
EVALUATION_IDENTIFIER: "evaluation.identifier";
EVALUATION_LABEL: "evaluation.label";
EVALUATION_METADATA: "evaluation.metadata";
EVALUATION_NAME: "evaluation.name";
EVALUATION_SCORE: "evaluation.score";
EVALUATIONS: "evaluations";
GRAPH_NODE_ID: "graph.node.id";
GRAPH_NODE_NAME: "graph.node.name";
GRAPH_NODE_PARENT_ID: "graph.node.parent_id";
IMAGE_URL: "image.url";
INPUT_MIME_TYPE: "input.mime_type";
INPUT_VALUE: "input.value";
LLM_COST: "llm.cost";
LLM_COST_COMPLETION: "llm.cost.completion";
LLM_COST_COMPLETION_DETAILS_AUDIO: "llm.cost.completion_details.audio";
LLM_COST_COMPLETION_DETAILS_REASONING: "llm.cost.completion_details.reasoning";
LLM_COST_INPUT: "llm.cost.prompt_details.input";
LLM_COST_OUTPUT: "llm.cost.completion_details.output";
LLM_COST_PROMPT: "llm.cost.prompt";
LLM_COST_PROMPT_DETAILS_AUDIO: "llm.cost.prompt_details.audio";
LLM_COST_PROMPT_DETAILS_CACHE_INPUT: "llm.cost.prompt_details.cache_input";
LLM_COST_PROMPT_DETAILS_CACHE_READ: "llm.cost.prompt_details.cache_read";
LLM_COST_PROMPT_DETAILS_CACHE_WRITE: "llm.cost.prompt_details.cache_write";
LLM_COST_TOTAL: "llm.cost.total";
LLM_FINISH_REASON: "llm.finish_reason";
LLM_FUNCTION_CALL: "llm.function_call";
LLM_INPUT_MESSAGES: "llm.input_messages";
LLM_INVOCATION_PARAMETERS: "llm.invocation_parameters";
LLM_MODEL_NAME: "llm.model_name";
LLM_OUTPUT_MESSAGES: "llm.output_messages";
LLM_PROMPTS: "llm.prompts";
LLM_PROVIDER: "llm.provider";
LLM_SYSTEM: "llm.system";
LLM_TOKEN_COUNT_COMPLETION: "llm.token_count.completion";
LLM_TOKEN_COUNT_COMPLETION_DETAILS: "llm.token_count.completion_details";
LLM_TOKEN_COUNT_COMPLETION_DETAILS_AUDIO: "llm.token_count.completion_details.audio";
LLM_TOKEN_COUNT_COMPLETION_DETAILS_REASONING: "llm.token_count.completion_details.reasoning";
LLM_TOKEN_COUNT_PROMPT: "llm.token_count.prompt";
LLM_TOKEN_COUNT_PROMPT_DETAILS: "llm.token_count.prompt_details";
LLM_TOKEN_COUNT_PROMPT_DETAILS_AUDIO: "llm.token_count.prompt_details.audio";
LLM_TOKEN_COUNT_PROMPT_DETAILS_CACHE_INPUT: "llm.token_count.prompt_details.cache_input";
LLM_TOKEN_COUNT_PROMPT_DETAILS_CACHE_READ: "llm.token_count.prompt_details.cache_read";
LLM_TOKEN_COUNT_PROMPT_DETAILS_CACHE_WRITE: "llm.token_count.prompt_details.cache_write";
LLM_TOKEN_COUNT_TOTAL: "llm.token_count.total";
LLM_TOOLS: "llm.tools";
MESSAGE_CONTENT: "message.content";
MESSAGE_CONTENT_DATA: "message_content.data";
MESSAGE_CONTENT_ENCRYPTED_CONTENT: "message_content.encrypted_content";
MESSAGE_CONTENT_ID: "message_content.id";
MESSAGE_CONTENT_IMAGE: "message_content.image";
MESSAGE_CONTENT_SIGNATURE: "message_content.signature";
MESSAGE_CONTENT_TEXT: "message_content.text";
MESSAGE_CONTENT_TYPE: "message_content.type";
MESSAGE_CONTENTS: "message.contents";
MESSAGE_FUNCTION_CALL_ARGUMENTS_JSON: "message.function_call_arguments_json";
MESSAGE_FUNCTION_CALL_NAME: "message.function_call_name";
MESSAGE_NAME: "message.name";
MESSAGE_ROLE: "message.role";
MESSAGE_TOOL_CALL_ID: "message.tool_call_id";
MESSAGE_TOOL_CALLS: "message.tool_calls";
METADATA: "metadata";
OPENINFERENCE_SPAN_KIND: "openinference.span.kind";
OUTPUT_MIME_TYPE: "output.mime_type";
OUTPUT_VALUE: "output.value";
PROMPT_ID: "prompt.id";
PROMPT_TEMPLATE_TEMPLATE: "llm.prompt_template.template";
PROMPT_TEMPLATE_VARIABLES: "llm.prompt_template.variables";
PROMPT_TEMPLATE_VERSION: "llm.prompt_template.version";
PROMPT_URL: "prompt.url";
PROMPT_VENDOR: "prompt.vendor";
RERANKER_INPUT_DOCUMENTS: "reranker.input_documents";
RERANKER_MODEL_NAME: "reranker.model_name";
RERANKER_OUTPUT_DOCUMENTS: "reranker.output_documents";
RERANKER_QUERY: "reranker.query";
RERANKER_TOP_K: "reranker.top_k";
RETRIEVAL_DOCUMENTS: "retrieval.documents";
SESSION_ANNOTATIONS: "session.annotations";
SESSION_EVALUATIONS: "session.evaluations";
SESSION_ID: "session.id";
TAG_TAGS: "tag.tags";
TOOL_CALL_FUNCTION_ARGUMENTS_JSON: "tool_call.function.arguments";
TOOL_CALL_FUNCTION_NAME: "tool_call.function.name";
TOOL_CALL_ID: "tool_call.id";
TOOL_CALL_REASONING_SIGNATURE: "tool_call.reasoning_signature";
TOOL_DESCRIPTION: "tool.description";
TOOL_ID: "tool.id";
TOOL_JSON_SCHEMA: "tool.json_schema";
TOOL_NAME: "tool.name";
TOOL_PARAMETERS: "tool.parameters";
TRACE_ANNOTATIONS: "trace.annotations";
TRACE_EVALUATIONS: "trace.evaluations";
USER_ID: "user.id";
}