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 f5b8fda commit 6ed13f7Copy full SHA for 6ed13f7
core/src/main/java/com/google/adk/models/Gemini.java
@@ -334,6 +334,7 @@ && shouldEmitAccumulatedText(currentProcessedLlmResponse)) {
334
LlmResponse.builder()
335
.content(
336
Content.builder()
337
+ .role("model")
338
.parts(
339
ImmutableList.of(
340
Part.builder()
@@ -374,6 +375,7 @@ && shouldEmitAccumulatedText(currentProcessedLlmResponse)) {
374
375
376
377
378
379
380
381
0 commit comments