We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05aae44 commit a21a7d0Copy full SHA for a21a7d0
1 file changed
genai/src/test/java/genai/textgeneration/TextGenerationIT.java
@@ -22,6 +22,10 @@
22
import static com.google.common.truth.Truth.assertWithMessage;
23
24
import java.io.IOException;
25
+import java.lang.reflect.Field;
26
+import java.util.Collections;
27
+import java.util.Map;
28
+
29
import org.apache.http.HttpException;
30
import org.junit.BeforeClass;
31
import org.junit.Test;
@@ -68,6 +72,7 @@ public static void setUp() {
68
72
requireEnvVar("GOOGLE_GENAI_USE_VERTEXAI");
69
73
}
70
74
75
71
76
@Test
77
public void testTextGeneration() throws IOException, HttpException {
78
String prompt = "How does AI work?";
0 commit comments