Uses of Class
com.google.genkit.ai.agent.TurnContext
Packages that use TurnContext
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 TurnContext in com.google.genkit.ai.agent
Methods in com.google.genkit.ai.agent with parameters of type TurnContextModifier and TypeMethodDescriptionTurnBody.run(AgentInput input, TurnContext turnCtx) Runs the body of this turn.