Uses of Enum Class
com.google.adk.agents.LlmAgent.IncludeContents
Packages that use LlmAgent.IncludeContents
-
Uses of LlmAgent.IncludeContents in com.google.adk.agents
Subclasses with type arguments of type LlmAgent.IncludeContents in com.google.adk.agentsModifier and TypeClassDescriptionstatic enum
Enum to define if contents of previous events should be included in requests to the underlying LLM.Methods in com.google.adk.agents that return LlmAgent.IncludeContentsModifier and TypeMethodDescriptionLlmAgent.includeContents()
static LlmAgent.IncludeContents
Returns 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)