Class: Langfuse::NullEvent
- Inherits:
-
Object
- Object
- Langfuse::NullEvent
- Defined in:
- lib/langfuse/null_objects.rb
Overview
NullEvent provides a no-op event object for graceful degradation.
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
50 |
# File 'lib/langfuse/null_objects.rb', line 50 def id = nil |
#to_dict ⇒ Object
49 |
# File 'lib/langfuse/null_objects.rb', line 49 def to_dict = {} |
#trace_id ⇒ Object
51 |
# File 'lib/langfuse/null_objects.rb', line 51 def trace_id = nil |