We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0cf2e commit f94b0a9Copy full SHA for f94b0a9
1 file changed
packages/sdk/server-ai/src/api/LDAIClient.ts
@@ -316,7 +316,7 @@ export interface LDAIClient {
316
/**
317
* Reconstructs an AIConfigTracker from a resumption token string previously
318
* obtained from a tracker's `resumptionToken` property. Use this to associate
319
- * deferred events (such as user feedback) with the original invocation's runId.
+ * deferred events (such as user feedback) with the original tracker's `runId`.
320
*
321
* @param token A URL-safe Base64-encoded resumption token string.
322
* @param context The evaluation context to use for subsequent track calls.
0 commit comments