File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/test/java/com/google/genai Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1616
1717package com .google .genai ;
1818
19- import com .fasterxml .jackson .databind .node .ObjectNode ;
20-
2119import static org .junit .jupiter .api .Assertions .assertEquals ;
2220import static org .junit .jupiter .api .Assertions .assertThrows ;
2321
22+ import com .fasterxml .jackson .databind .node .ObjectNode ;
2423import com .google .genai .types .Blob ;
2524import com .google .genai .types .HttpOptions ;
2625import com .google .genai .types .LiveClientMessage ;
2726import com .google .genai .types .LiveSendRealtimeInputParameters ;
2827import java .util .Optional ;
2928import org .junit .jupiter .api .Test ;
3029
31- public class TransformerTest {
30+ public class LiveConvertersTest {
3231 private static final ApiClient GEMINI_API_CLIENT =
3332 new HttpApiClient (Optional .of ("api_key" ), Optional .of (HttpOptions .builder ().build ()));
3433 private static final ApiClient VERTEX_AI_CLIENT =
You can’t perform that action at this time.
0 commit comments