Class ToolRecording
java.lang.Object
com.google.adk.plugins.recordings.ToolRecording
Paired tool call and response for replay.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ToolRecording.Builderbuilder()abstract Optional<com.google.genai.types.FunctionCall> toolCall()The tool call.abstract Optional<com.google.genai.types.FunctionResponse> The tool response.
-
Constructor Details
-
ToolRecording
public ToolRecording()
-
-
Method Details
-
toolCall
The tool call. -
toolResponse
The tool response. -
builder
-