Skip to content
Open
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
12 changes: 0 additions & 12 deletions core/src/main/java/com/google/adk/runner/Runner.java
Original file line number Diff line number Diff line change
Expand Up @@ -671,18 +671,6 @@ public Flowable<Event> runLive(
.flatMapPublisher(session -> this.runLive(session, liveRequestQueue, runConfig));
}

/**
* Runs the agent asynchronously with a default user ID.
*
* @return stream of generated events.
*/
@Deprecated(since = "0.5.0", forRemoval = true)
public Flowable<Event> runWithSessionId(
String sessionId, Content newMessage, RunConfig runConfig) {
// TODO(b/410859954): Add user_id to getter or method signature. Assuming "tmp-user" for now.
return this.runAsync("tmp-user", sessionId, newMessage, runConfig);
}

/**
* Checks if the agent and its parent chain allow transfer up the tree.
*
Expand Down