Uses of Enum Class
com.google.adk.agents.RunConfig.ToolExecutionMode
Packages that use RunConfig.ToolExecutionMode
-
Uses of RunConfig.ToolExecutionMode in com.google.adk.agents
Subclasses with type arguments of type RunConfig.ToolExecutionMode in com.google.adk.agentsModifier and TypeClassDescriptionstatic enumTool execution mode for the runner, when they are multiple tools requested (by the models or callbacks).Methods in com.google.adk.agents that return RunConfig.ToolExecutionModeModifier and TypeMethodDescriptionabstract RunConfig.ToolExecutionModeRunConfig.toolExecutionMode()static RunConfig.ToolExecutionModeReturns the enum constant of this class with the specified name.static RunConfig.ToolExecutionMode[]RunConfig.ToolExecutionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.adk.agents with parameters of type RunConfig.ToolExecutionModeModifier and TypeMethodDescriptionabstract RunConfig.BuilderRunConfig.Builder.setToolExecutionMode(RunConfig.ToolExecutionMode toolExecutionMode)