GraphAIAgentService
constructor(promptExecutor: PromptExecutor, agentConfig: AIAgentConfig, strategy: AIAgentGraphStrategy<Input, Output>, inputType: KType, outputType: KType, toolRegistry: ToolRegistry, installFeatures: GraphAIAgent.FeatureContext.() -> Unit)(source)
Parameters
promptExecutor
An instance of PromptExecutor, responsible for executing prompts using language models and handling responses.