Class ToolRecording.Builder
java.lang.Object
com.google.adk.plugins.recordings.ToolRecording.Builder
- Enclosing class:
ToolRecording
Builder for ToolRecording.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ToolRecordingbuild()abstract ToolRecording.BuildertoolCall(com.google.genai.types.FunctionCall toolCall) abstract ToolRecording.BuildertoolResponse(com.google.genai.types.FunctionResponse toolResponse)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
toolCall
public abstract ToolRecording.Builder toolCall(@Nullable com.google.genai.types.FunctionCall toolCall) -
toolResponse
public abstract ToolRecording.Builder toolResponse(@Nullable com.google.genai.types.FunctionResponse toolResponse) -
build
-