Skip to content

Commit 7dd3509

Browse files
committed
docs: Avoid "run...runId" duplicate phrasing in resumption docs
Rephrase the from_resumption_token docstring so the reconstructed tracker is associated with the "original tracker's runId" rather than the "original AI run's runId" -- "run's runId" reads as a duplicate.
1 parent d68bdbf commit 7dd3509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/server-ai/src/ldai/tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def from_resumption_token(cls, token: str, ld_client: LDClient, context: Context
168168
169169
This is used for cross-process scenarios such as deferred feedback,
170170
where a different service needs to associate tracking events with the
171-
original AI run's ``runId``.
171+
original tracker's ``runId``.
172172
173173
:param token: A URL-safe Base64-encoded resumption token obtained from
174174
:attr:`resumption_token`.

0 commit comments

Comments
 (0)