Uses of Class
com.google.genkit.ai.agent.GetSnapshotOptions.Builder
Packages that use GetSnapshotOptions.Builder
Package
Description
This package provides types for the Genkit agents feature, including enums and models for agent
state snapshots, agent execution lifecycle, and agent-related operations.
-
Uses of GetSnapshotOptions.Builder in com.google.genkit.ai.agent
Methods in com.google.genkit.ai.agent that return GetSnapshotOptions.BuilderModifier and TypeMethodDescriptionstatic GetSnapshotOptions.BuilderGetSnapshotOptions.builder()Creates a new builder forGetSnapshotOptions.Sets the session ID whose latest leaf snapshot should be retrieved.GetSnapshotOptions.Builder.snapshotId(String snapshotId) Sets the specific snapshot ID to retrieve.