Class Recording
java.lang.Object
com.google.adk.plugins.recordings.Recording
Single interaction recording, ordered by request timestamp.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringName of the agent.static Recording.Builderbuilder()abstract Optional<LlmRecording> LLM request-response pair.abstract Optional<ToolRecording> Tool call-response pair.abstract intIndex of the user message this recording belongs to (0-based).
-
Constructor Details
-
Recording
public Recording()
-
-
Method Details
-
userMessageIndex
public abstract int userMessageIndex()Index of the user message this recording belongs to (0-based). -
agentName
Name of the agent. -
llmRecording
LLM request-response pair. -
toolRecording
Tool call-response pair. -
builder
-