Uses of Class
com.google.adk.models.BaseLlm
Packages that use BaseLlm
Package
Description
-
Uses of BaseLlm in com.google.adk.agents
Methods in com.google.adk.agents with parameters of type BaseLlm -
Uses of BaseLlm in com.google.adk.models
Subclasses of BaseLlm in com.google.adk.modelsModifier and TypeClassDescriptionclassABaseLlmimplementation for calling an Apigee proxy.classRepresents the Claude Generative AI model by Anthropic.classRepresents the Gemini Generative AI model.Methods in com.google.adk.models that return BaseLlmModifier and TypeMethodDescriptionstatic BaseLlmReturns an LLM instance for the given model name, using a cached or new factory-created instance.Methods in com.google.adk.models that return types with arguments of type BaseLlmMethods in com.google.adk.models with parameters of type BaseLlm -
Uses of BaseLlm in com.google.adk.models.langchain4j
Subclasses of BaseLlm in com.google.adk.models.langchain4j -
Uses of BaseLlm in com.google.adk.models.springai
Subclasses of BaseLlm in com.google.adk.models.springaiModifier and TypeClassDescriptionclassSpring AI implementation of BaseLlm that wraps Spring AI ChatModel and StreamingChatModel. -
Uses of BaseLlm in com.google.adk.summarizer
Constructors in com.google.adk.summarizer with parameters of type BaseLlmModifierConstructorDescriptionLlmEventSummarizer(BaseLlm baseLlm) LlmEventSummarizer(BaseLlm baseLlm, String promptTemplate) -
Uses of BaseLlm in com.google.adk.tools
Methods in com.google.adk.tools with parameters of type BaseLlmModifier and TypeMethodDescriptionstatic GoogleSearchAgentToolstatic VertexAiSearchAgentToolVertexAiSearchAgentTool.create(BaseLlm model, VertexAiSearchTool vertexAiSearchTool)