AIAgentServiceBuilderAPI
API for the AIAgentServiceBuilder
Inheritors
Functions
Configures the AI agent service builder using the specified agent configuration.
Convenience build for GraphAIAgentService
Configure a functional strategy and continue with a functional service builder.
Configure a graph strategy and continue with a graph service builder.
Sets the Large Language Model (LLM) instance to be used by the service builder.
Sets the maximum number of iterations for the AI agent's process.
Sets the number of choices to be used in the AI agent service.
Sets the prompt to be used for the AI Agent service and returns the builder instance.
Sets the prompt executor for the AIAgentServiceBuilder.
Sets a system-level instruction or context for the AI agent. The provided string serves as the system prompt, defining the role or behavior of the AI within the generated service.
Sets the temperature parameter, which adjusts the randomness of the model's outputs. A higher temperature value results in more varied and creative responses, whereas a lower temperature value yields more focused and deterministic responses.
Configures the ToolRegistry for the AIAgentServiceBuilder.