Class: Cerca::Models::ThreadStreamEvent::ThreadStreamTokenUsageMessage
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
637
|
# File 'lib/cerca/models/thread_stream_event.rb', line 637
required :cumulative_input_tokens, Float, api_name: :cumulativeInputTokens
|
#cumulative_output_tokens ⇒ Float
642
|
# File 'lib/cerca/models/thread_stream_event.rb', line 642
required :cumulative_output_tokens, Float, api_name: :cumulativeOutputTokens
|
#event_seq ⇒ Float
647
|
# File 'lib/cerca/models/thread_stream_event.rb', line 647
required :event_seq, Float, api_name: :eventSeq
|
652
|
# File 'lib/cerca/models/thread_stream_event.rb', line 652
required :input_tokens, Float, api_name: :inputTokens
|
#output_tokens ⇒ Float
657
|
# File 'lib/cerca/models/thread_stream_event.rb', line 657
required :output_tokens, Float, api_name: :outputTokens
|
#turn_id ⇒ String
662
|
# File 'lib/cerca/models/thread_stream_event.rb', line 662
required :turn_id, String, api_name: :turnId
|
#type ⇒ Symbol, :token_usage
667
|
# File 'lib/cerca/models/thread_stream_event.rb', line 667
required :type, const: :token_usage
|