Skip to content

Commit 5607f64

Browse files
google-genai-botcopybara-github
authored andcommitted
fix: Fixing Vertex session storage
PiperOrigin-RevId: 865975883
1 parent 279c977 commit 5607f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/com/google/adk/sessions/SessionJsonConverter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ static String convertEventToJson(Event event) {
9595
actionsJson.put("artifactDelta", event.actions().artifactDelta());
9696
actionsJson.put("transferAgent", event.actions().transferToAgent());
9797
actionsJson.put("escalate", event.actions().escalate());
98+
actionsJson.put("endInvocation", event.actions().endInvocation());
9899
actionsJson.put("requestedAuthConfigs", event.actions().requestedAuthConfigs());
99100
actionsJson.put("requestedToolConfirmations", event.actions().requestedToolConfirmations());
100101
actionsJson.put("compaction", event.actions().compaction());

0 commit comments

Comments
 (0)