PlannerAIAgentBuilder

A builder for creating PlannerAIAgent instances.

Constructors

Link copied to clipboard
constructor(strategy: AIAgentPlannerStrategy<Input, Output, *>)

Functions

Link copied to clipboard

Configures the current PlannerAIAgentBuilder instance using the provided AIAgentConfig.

Link copied to clipboard

Builds and returns an instance of AIAgent configured according to the builder's settings.

Link copied to clipboard

Sets the identifier for the builder configuration.

Link copied to clipboard

Installs a planner-specific AI agent feature into the builder with its provided configuration.

Link copied to clipboard

Sets the LLModel instance to be used by the builder.

Link copied to clipboard

Sets the maximum number of iterations for the builder.

Link copied to clipboard

Sets the number of choices to be utilized by the builder instance.

Link copied to clipboard

Sets the prompt to be used by the builder.

Link copied to clipboard

Sets the PromptExecutor to be used by the builder instance.

Link copied to clipboard

Sets the system prompt to be used by the builder.

Link copied to clipboard

Sets the temperature value for the builder.

Link copied to clipboard

Sets the given ToolRegistry instance to the builder configuration.