Module: LlmCostTracker::TagContext
- Defined in:
- lib/llm_cost_tracker/tag_context.rb
Constant Summary collapse
- KEY =
:llm_cost_tracker_tags
Class Method Summary collapse
Class Method Details
.clear! ⇒ Object
24 25 26 |
# File 'lib/llm_cost_tracker/tag_context.rb', line 24 def clear! ActiveSupport::IsolatedExecutionState[KEY] = [] end |
.tags ⇒ Object
20 21 22 |
# File 'lib/llm_cost_tracker/tag_context.rb', line 20 def .merge() end |