agents/agents-core/src/jvmMain/kotlin/ai/koog/agents/core/agent/session/AIAgentLLMReadSession.kt [72:79]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public fun executeSingle( prompt: Prompt, tools: List, executorService: ExecutorService? = null ): Message.Response = config.runOnStrategyDispatcher(executorService) { executeSingle(prompt, tools) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - agents/agents-core/src/jvmMain/kotlin/ai/koog/agents/core/agent/session/AIAgentLLMWriteSession.kt [89:96]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public fun executeSingle( prompt: Prompt, tools: List, executorService: ExecutorService? = null ): Message.Response = config.runOnStrategyDispatcher(executorService) { executeSingle(prompt, tools) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -