We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddeafbb commit 9fd0ab0Copy full SHA for 9fd0ab0
packages/sdk/server-ai/src/LDAIConfigTrackerImpl.ts
@@ -24,7 +24,13 @@ export class LDAIConfigTrackerImpl implements LDAIConfigTracker {
24
private _context: LDContext,
25
) {}
26
27
- private _getTrackData(): { variationKey: string; configKey: string; version: number; modelName: string; providerName: string } {
+ private _getTrackData(): {
28
+ variationKey: string;
29
+ configKey: string;
30
+ version: number;
31
+ modelName: string;
32
+ providerName: string;
33
+ } {
34
return {
35
variationKey: this._variationKey,
36
configKey: this._configKey,
0 commit comments