Uses of Class
com.google.adk.agents.RunConfig
Packages that use RunConfig
-
Uses of RunConfig in com.google.adk.a2a.executor
Methods in com.google.adk.a2a.executor that return RunConfigMethods in com.google.adk.a2a.executor with parameters of type RunConfig -
Uses of RunConfig in com.google.adk.agents
Methods in com.google.adk.agents that return RunConfigModifier and TypeMethodDescriptionRunConfig.Builder.build()InvocationContext.runConfig()Returns the configuration for the current agent run.Methods in com.google.adk.agents with parameters of type RunConfigModifier and TypeMethodDescriptionstatic RunConfig.BuilderSets the configuration for the current agent run. -
Uses of RunConfig in com.google.adk.runner
Methods in com.google.adk.runner with parameters of type RunConfigModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Flowable<Event> Runner.runAsync(SessionKey sessionKey, com.google.genai.types.Content newMessage, RunConfig runConfig) io.reactivex.rxjava3.core.Flowable<Event> Runner.runAsync(SessionKey sessionKey, com.google.genai.types.Content newMessage, RunConfig runConfig, Map<String, Object> stateDelta) io.reactivex.rxjava3.core.Flowable<Event> Deprecated, for removal: This API element is subject to removal in a future version.Use runAsync with sessionId.io.reactivex.rxjava3.core.Flowable<Event> Runner.runAsync(Session session, com.google.genai.types.Content newMessage, RunConfig runConfig, Map<String, Object> stateDelta) Deprecated, for removal: This API element is subject to removal in a future version.Use runAsync with sessionId.io.reactivex.rxjava3.core.Flowable<Event> Runner.runAsync(String userId, String sessionId, com.google.genai.types.Content newMessage, RunConfig runConfig) io.reactivex.rxjava3.core.Flowable<Event> Runner.runAsync(String userId, String sessionId, com.google.genai.types.Content newMessage, RunConfig runConfig, Map<String, Object> stateDelta) Runs the agent with an invocation-based mode.protected io.reactivex.rxjava3.core.Flowable<Event> Runner.runAsyncImpl(Session session, com.google.genai.types.Content newMessage, RunConfig runConfig, Map<String, Object> stateDelta) Runs the agent asynchronously using a provided Session object.io.reactivex.rxjava3.core.Flowable<Event> Runner.runLive(SessionKey sessionKey, LiveRequestQueue liveRequestQueue, RunConfig runConfig) Retrieves the session and runs the agent in live mode.io.reactivex.rxjava3.core.Flowable<Event> Runner.runLive(Session session, LiveRequestQueue liveRequestQueue, RunConfig runConfig) Runs the agent in live mode, appending generated events to the session.io.reactivex.rxjava3.core.Flowable<Event> Runner.runLive(String userId, String sessionId, LiveRequestQueue liveRequestQueue, RunConfig runConfig) Retrieves the session and runs the agent in live mode.io.reactivex.rxjava3.core.Flowable<Event> Runner.runWithSessionId(String sessionId, com.google.genai.types.Content newMessage, RunConfig runConfig) Deprecated, for removal: This API element is subject to removal in a future version.