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()
void
setDisallowTransferToParent
(Boolean disallowTransferToParent) void
setDisallowTransferToPeers
(Boolean disallowTransferToPeers) void
setInstruction
(String instruction) void
void
setOutputKey
(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
-