Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions core/src/main/java/com/google/adk/runner/InMemoryRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
public class InMemoryRunner extends Runner {

public InMemoryRunner(BaseAgent agent) {
// TODO: Change the default appName to InMemoryRunner to align with adk python.
// Check the dev UI in case we break something there.
this(agent, /* appName= */ agent.name(), ImmutableList.of());
}

Expand Down
Loading