fix: RepresentationCompletedEvent -> input tokens to messages tokens (#349)

This commit is contained in:
Rajat Ahuja 2026-01-26 14:36:00 -05:00 committed by GitHub
parent 5371463f39
commit 2b4fb953f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ async def process_representation_tasks_batch(
context_preparation_ms=context_prep_duration,
llm_call_ms=llm_duration,
total_duration_ms=overall_duration,
input_tokens=response.input_tokens,
input_tokens=messages_tokens,
output_tokens=response.output_tokens,
)
)