File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
packages/sdk/server-ai/examples/tracked-chat Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1212 "@langchain/core" : " ^0.3.78" ,
1313 "@langchain/google-genai" : " ^0.2.18" ,
1414 "@launchdarkly/node-server-sdk" : " ^9.0.0" ,
15- "@launchdarkly/server-sdk-ai" : " 0.11.4 " ,
15+ "@launchdarkly/server-sdk-ai" : " 0.12.1 " ,
1616 "@launchdarkly/server-sdk-ai-langchain" : " 0.1.1" ,
1717 "@launchdarkly/server-sdk-ai-openai" : " 0.1.0" ,
1818 "@launchdarkly/server-sdk-ai-vercel" : " 0.1.0" ,
Original file line number Diff line number Diff line change 8686 "type" : " json" ,
8787 "path" : " examples/openai/package.json" ,
8888 "jsonpath" : " $.dependencies['@launchdarkly/server-sdk-ai']"
89+ },
90+ {
91+ "type" : " json" ,
92+ "path" : " examples/tracked-chat/package.json" ,
93+ "jsonpath" : " $.dependencies['@launchdarkly/server-sdk-ai']"
94+ },
95+ {
96+ "type" : " json" ,
97+ "path" : " examples/vercel-ai/package.json" ,
98+ "jsonpath" : " $.dependencies['@launchdarkly/server-sdk-ai']"
8999 }
90100 ]
91101 },
You can’t perform that action at this time.
0 commit comments