Class LlmRecording
java.lang.Object
com.google.adk.plugins.recordings.LlmRecording
Paired LLM request and response for replay.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LlmRecording.Builderbuilder()abstract Optional<LlmRequest> The LLM request.abstract Optional<LlmResponse> The LLM response.
-
Constructor Details
-
LlmRecording
public LlmRecording()
-
-
Method Details
-
llmRequest
The LLM request. -
llmResponse
The LLM response. -
builder
-