Module: LlmCostTracker::ReconciliationHelper
- Defined in:
- app/helpers/llm_cost_tracker/reconciliation_helper.rb
Instance Method Summary collapse
Instance Method Details
#attribution_summary(attribution) ⇒ Object
5 6 7 |
# File 'app/helpers/llm_cost_tracker/reconciliation_helper.rb', line 5 def attribution_summary(attribution) LlmCostTracker::Masking.format_attribution(attribution) end |
#mask_secret(value) ⇒ Object
9 10 11 |
# File 'app/helpers/llm_cost_tracker/reconciliation_helper.rb', line 9 def mask_secret(value) LlmCostTracker::Masking.mask_value(:provider_api_key_id, value) end |