lmnr-ai / lmnr

Laminar - open-source all-in-one platform for engineering AI products. Crate data flywheel for you AI app. Traces, Evals, Datasets, Labels. YC S24.
https://www.lmnr.ai
Apache License 2.0
1.19k stars 60 forks source link

update resultId in action to be in camelCase #153

Closed dinmukhamedm closed 3 weeks ago

dinmukhamedm commented 3 weeks ago

[!IMPORTANT] Update JSON key from "result_id" to "resultId" in datapoints_to_labeling_queues() to use camelCase.

  • Behavior:
    • Update JSON key from "result_id" to "resultId" in datapoints_to_labeling_queues() in utils.rs to use camelCase.
  • Consistency:
    • Aligns with camelCase convention used in EvaluationDatapointResult struct.

This description was created by Ellipsis for aa1d60cdc9f75590c3ef8fed79401cbbb1337adc. It will automatically update as commits are pushed.