Package-level declarations
Types
Link copied to clipboard
data class ToolLoopConfiguration(val type: ToolLoopConfiguration.ToolLoopType = ToolLoopType.DEFAULT, val maxIterations: Int = 20, val parallel: ToolLoopConfiguration.ParallelModeProperties = ParallelModeProperties(), val toolNotFound: ToolLoopConfiguration.ToolNotFoundProperties = ToolNotFoundProperties())
Configuration for tool loop execution.