@@ -667,8 +667,17 @@ impl From<amzn_codewhisperer_streaming_client::types::ChatResponseStream> for Ch
667667 cache_write_input_tokens : token_usage. as_ref ( ) . and_then ( |t| t. cache_write_input_tokens ) ,
668668 } ,
669669 amzn_codewhisperer_streaming_client:: types:: ChatResponseStream :: MeteringEvent (
670- amzn_codewhisperer_streaming_client:: types:: MeteringEvent { usage, unit, unit_plural, .. } ,
671- ) => ChatResponseStream :: MeteringEvent { usage, unit, unit_plural } ,
670+ amzn_codewhisperer_streaming_client:: types:: MeteringEvent {
671+ usage,
672+ unit,
673+ unit_plural,
674+ ..
675+ } ,
676+ ) => ChatResponseStream :: MeteringEvent {
677+ usage,
678+ unit,
679+ unit_plural,
680+ } ,
672681 amzn_codewhisperer_streaming_client:: types:: ChatResponseStream :: ToolUseEvent (
673682 amzn_codewhisperer_streaming_client:: types:: ToolUseEvent {
674683 tool_use_id,
@@ -735,8 +744,17 @@ impl From<amzn_qdeveloper_streaming_client::types::ChatResponseStream> for ChatR
735744 cache_write_input_tokens : token_usage. as_ref ( ) . and_then ( |t| t. cache_write_input_tokens ) ,
736745 } ,
737746 amzn_qdeveloper_streaming_client:: types:: ChatResponseStream :: MeteringEvent (
738- amzn_qdeveloper_streaming_client:: types:: MeteringEvent { usage, unit, unit_plural, .. } ,
739- ) => ChatResponseStream :: MeteringEvent { usage, unit, unit_plural } ,
747+ amzn_qdeveloper_streaming_client:: types:: MeteringEvent {
748+ usage,
749+ unit,
750+ unit_plural,
751+ ..
752+ } ,
753+ ) => ChatResponseStream :: MeteringEvent {
754+ usage,
755+ unit,
756+ unit_plural,
757+ } ,
740758 amzn_qdeveloper_streaming_client:: types:: ChatResponseStream :: ToolUseEvent (
741759 amzn_qdeveloper_streaming_client:: types:: ToolUseEvent {
742760 tool_use_id,
0 commit comments