class Langfuse::Generation

def score(name:, value:, data_type: nil, comment: nil, **kwargs)

def score(name:, value:, data_type: nil, comment: nil, **kwargs)
  @client.score(
    observation_id: @id,
    name: name,
    value: value,
    data_type: data_type,
    comment: comment,
    **kwargs
  )
end