Class LlmAgentConfig
java.lang.Object
com.google.adk.agents.BaseAgentConfig
com.google.adk.agents.LlmAgentConfig
Configuration for LlmAgent.
workInProgress: Config agent features are not yet ready for public use.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmodel()voidsetDisallowTransferToParent(Boolean disallowTransferToParent) voidsetDisallowTransferToPeers(Boolean disallowTransferToPeers) voidsetInstruction(String instruction) voidvoidsetOutputKey(String outputKey) Methods inherited from class com.google.adk.agents.BaseAgentConfig
description, name, setDescription, setName
-
Constructor Details
-
LlmAgentConfig
public LlmAgentConfig()
-
-
Method Details
-
model
-
setModel
-
instruction
-
setInstruction
-
disallowTransferToParent
-
setDisallowTransferToParent
-
disallowTransferToPeers
-
setDisallowTransferToPeers
-
outputKey
-
setOutputKey
-