Uses of Class
com.google.genkit.ai.agent.SessionSnapshot.Builder
Packages that use SessionSnapshot.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 SessionSnapshot.Builder in com.google.genkit.ai.agent
Methods in com.google.genkit.ai.agent that return SessionSnapshot.BuilderModifier and TypeMethodDescriptionstatic <S> SessionSnapshot.Builder<S> SessionSnapshot.builder()Creates a builder for SessionSnapshot.SessionSnapshot.Builder.error(RuntimeError error) SessionSnapshot.Builder.finishReason(AgentFinishReason finishReason) SessionSnapshot.Builder.heartbeatAt(String heartbeatAt) SessionSnapshot.Builder.snapshotId(String snapshotId) SessionSnapshot.Builder.state(SessionState<S> state) SessionSnapshot.Builder.status(SnapshotStatus status)