Skip to content

Commit a97e97a

Browse files
authored
chore: Add AI SDK entry to sdk-meta metadata (#210)
1 parent e408d00 commit a97e97a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.sdk_metadata.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,25 @@
3939
"variationDetail": { "introduced": "4.3" },
4040
"webProxy": { "introduced": "1.0" }
4141
}
42+
},
43+
"java-server-sdk-ai": {
44+
"name": "Java Server AI SDK",
45+
"type": "ai",
46+
"path": "lib/sdk/server-ai",
47+
"languages": [
48+
"Java"
49+
],
50+
"aiSdkNames": ["launchdarkly-java-server-sdk-ai"],
51+
"releases": {
52+
"tag-prefix": "launchdarkly-java-server-sdk-ai-"
53+
},
54+
"features": {
55+
"aiAgentConfig": { "introduced": "0.2" },
56+
"aiAgentGraph": { "introduced": "0.2" },
57+
"aiCompletionConfig": { "introduced": "0.2" },
58+
"aiJudgeConfig": { "introduced": "0.2" },
59+
"aiTrackMetrics": { "introduced": "0.2" }
60+
}
4261
}
4362
}
4463
}

0 commit comments

Comments
 (0)