Skip to content

Commit

Permalink
change chunk naming
Browse files Browse the repository at this point in the history
  • Loading branch information
alizenhom committed Jun 26, 2024
1 parent 8662d25 commit a0cc9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/langtrace/trace_attributes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SpanAttributes(Enum):
LLM_REQUEST_REPETITION_PENALTY = "gen_ai.request.repetition_penalty"
LLM_RESPONSE_FINISH_REASON = "gen_ai.response.finish_reasons"
LLM_RESPONSE_STOP_REASON = "gen_ai.response.stop_reason"
LLM_CONTENT_COMPLETION_CHUNK = "gen_ai.content.completion.chunk"
LLM_CONTENT_COMPLETION_CHUNK = "gen_ai.completion.chunk"

# embeddings
LLM_REQUEST_EMBEDDING_INPUTS = "gen_ai.request.embedding_inputs"
Expand Down

0 comments on commit a0cc9ee

Please sign in to comment.