Companion

Companion object for providing utility methods related to AIAgentConfig.

Functions

Link copied to clipboard
fun withSystemPrompt(prompt: String, llm: LLModel = OpenAIModels.Chat.GPT4o, id: String = "koog-agents", maxAgentIterations: Int = 3): AIAgentConfigBase

Creates an AI agent configuration with a specified system prompt.