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