This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
Bedrock: Remove response.usage.completion_tokens
, response.usage.total_tokens
, response.usage.prompt_tokens
from LlmEmbedding and LlmChatCompletionSummary
#265
Labels
points:3
A few days
Description
Once the AIM UI has been updated to read token counts from
token_count
key(see #264 ), we should remove the legacy attributesresponse.usage.completion_tokens
,response.usage.total_tokens
, andresponse.usage.prompt_tokens
.We also want to remove transaction_id from all events as it will no longer be necesary as events will be queried by trace_id
The text was updated successfully, but these errors were encountered: