Skip to content

Commit 3f6504e

Browse files
google-genai-botcopybara-github
authored andcommitted
feat: update return type for stateDelta() to Map from ConcurrentMap
PiperOrigin-RevId: 882583892
1 parent bdfb7a7 commit 3f6504e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/com/google/adk/events/EventActions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void setSkipSummarization(boolean skipSummarization) {
8383
}
8484

8585
@JsonProperty("stateDelta")
86-
public ConcurrentMap<String, Object> stateDelta() {
86+
public Map<String, Object> stateDelta() {
8787
return stateDelta;
8888
}
8989

0 commit comments

Comments
 (0)