Uses of Enum Class
com.google.adk.agents.LlmAgent.IncludeContents
Packages that use LlmAgent.IncludeContents
-
Uses of LlmAgent.IncludeContents in com.google.adk.agents
Methods in com.google.adk.agents that return LlmAgent.IncludeContentsModifier and TypeMethodDescriptionLlmAgent.includeContents()LlmAgentConfig.includeContents()static LlmAgent.IncludeContentsReturns the enum constant of this class with the specified name.static LlmAgent.IncludeContents[]LlmAgent.IncludeContents.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 LlmAgent.IncludeContentsModifier and TypeMethodDescriptionLlmAgent.Builder.includeContents(LlmAgent.IncludeContents includeContents) voidLlmAgentConfig.setIncludeContents(LlmAgent.IncludeContents includeContents)