Skip to content

Commit f94b0a9

Browse files
jsonbaileyclaude
andcommitted
docs: Reword runId reference in createTracker doc comment
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6f0cf2e commit f94b0a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/server-ai/src/api/LDAIClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export interface LDAIClient {
316316
/**
317317
* Reconstructs an AIConfigTracker from a resumption token string previously
318318
* obtained from a tracker's `resumptionToken` property. Use this to associate
319-
* deferred events (such as user feedback) with the original invocation's runId.
319+
* deferred events (such as user feedback) with the original tracker's `runId`.
320320
*
321321
* @param token A URL-safe Base64-encoded resumption token string.
322322
* @param context The evaluation context to use for subsequent track calls.

0 commit comments

Comments
 (0)