returning

open override fun <RESULT : Any> returning(resultClass: Class<RESULT>): SimpleAgentBuilder<RESULT>

Creates a simple agent builder that can be used to build agents with a single action. This is useful for quick prototyping or when you need a simple agent without complex workflows.