feat: carry the new observability fields through retry and cache
This commit is contained in:
@@ -436,6 +436,8 @@ class RetryMW:
|
||||
source_name=source.name,
|
||||
cost=None,
|
||||
usage_source=result.usage_source,
|
||||
cached_prompt_tokens=result.cached_prompt_tokens,
|
||||
model_reported=result.model_reported,
|
||||
)
|
||||
|
||||
async def _settle_and_release(self, permit: Permit, actual: int) -> None:
|
||||
|
||||
Reference in New Issue
Block a user