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 d382c99 commit befd07bCopy full SHA for befd07b
instrumentation/openai/openai-java-1.1/javaagent/build.gradle.kts
@@ -20,7 +20,7 @@ dependencies {
20
21
testImplementation(project(":instrumentation:openai:openai-java-1.1:testing"))
22
23
- latestDepTestLibrary("com.openai:openai-java:2.+")
+ latestDepTestLibrary("com.openai:openai-java:2.+") // documented limitation
24
}
25
26
tasks {
instrumentation/openai/openai-java-1.1/library/build.gradle.kts
@@ -8,7 +8,7 @@ dependencies {
8
9
10
11
12
13
14
0 commit comments