Skip to content

Commit 6aad3ef

Browse files
committed
chore: patch score update guarantees
1 parent c35b9aa commit 6aad3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/evaluation/evaluation-methods/scores-via-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ By default, Langfuse allows for multiple scores of the same `name` on the same t
504504

505505
In some cases, you want to prevent this behavior or update an existing score. This can be achieved by creating an **idempotency key** on the score and add this as an `id` (JS/TS) / `score_id` (Python) when creating the score, e.g. `<trace_id>-<score_name>`.
506506

507-
Note that if you expect API calls for the same score to be 60+ days apart, you should also use the same timestamp. See [How to update traces, observations, and scores](/faq/all/tracing-data-updates#updating-traces-observations-and-scores) for more details.
507+
Note that if you expect API calls for the same score to be 30+ days apart, you should also use the same timestamp. See [How to update traces, observations, and scores](/faq/all/tracing-data-updates#updating-traces-observations-and-scores) for more details.
508508

509509
### Enforcing a Score Config
510510

0 commit comments

Comments
 (0)