GraphAgentServiceBuilder
A builder class for constructing a GraphAIAgentService with configurable properties such as prompt executor, model, tool registry, prompts, and various other configurations.
Type Parameters
The input type for the AI agent graph service.
The output type for the AI agent graph service.
Functions
Configures the current builder instance using the provided AIAgentConfig.
Builds and returns an instance of GraphAIAgentService configured with the specified parameters.
Installs a specified feature into the GraphServiceBuilder and applies the given configuration to it.
Sets the maximum number of iterations for the builder.
Sets the number of choices to be utilized by the builder instance.
Sets the PromptExecutor to be used by the builder instance.
Sets the response processor for the agent.
Sets the system prompt to be used by the builder.
Sets the temperature value for the builder.
Sets the given ToolRegistry instance to the builder configuration.