Uses of Class
com.google.genkit.core.BidiActionImpl
Packages that use BidiActionImpl
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 BidiActionImpl in com.google.genkit.ai.agent
Constructors in com.google.genkit.ai.agent with parameters of type BidiActionImplModifierConstructorDescriptionAgent(BidiActionImpl<AgentInput, AgentOutput<S>, AgentStreamChunk, AgentInit<S>> impl, SessionStore<S> store, boolean serverManaged, Action<?, ?, ?> snapshotAction, Action<?, ?, ?> abortAction, ClientTransform<S> clientTransform, SessionStoreOptions opts, String name, String description, Registry registry) Constructs an Agent. -
Uses of BidiActionImpl in com.google.genkit.core
Methods in com.google.genkit.core that return BidiActionImpl