Uses of Class
com.google.genkit.ai.agent.GetSnapshotRequest
Packages that use GetSnapshotRequest
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 GetSnapshotRequest in com.google.genkit.ai.agent
Methods in com.google.genkit.ai.agent that return GetSnapshotRequestMethods in com.google.genkit.ai.agent with parameters of type GetSnapshotRequestModifier and TypeMethodDescriptionAgentTransport.getSnapshot(GetSnapshotRequest req) Retrieves a session snapshot.Agent.getSnapshotData(GetSnapshotRequest req) AgentApi.getSnapshotData(GetSnapshotRequest req) Retrieves a session snapshot by snapshot ID or session ID.Agent.loadChat(GetSnapshotRequest lookup) Agent.loadChat(ActionContext ctx, GetSnapshotRequest lookup) AgentApi.loadChat(GetSnapshotRequest lookup) Loads a snapshot and hydrates anAgentChatwhose next send resumes it, using a default action context built from the registry the agent was defined in.AgentApi.loadChat(ActionContext ctx, GetSnapshotRequest lookup) Loads a snapshot and hydrates anAgentChatwhose next send resumes it. -
Uses of GetSnapshotRequest in com.google.genkit.ai.agent.internal
Methods in com.google.genkit.ai.agent.internal with parameters of type GetSnapshotRequest -
Uses of GetSnapshotRequest in com.google.genkit.client
Methods in com.google.genkit.client with parameters of type GetSnapshotRequest