ToolDto

constructor(type: ToolType = ToolType.UNSPECIFIED, async: Boolean? = null, functionDto: FunctionDto = FunctionDto(), messages: MutableList<CommonToolMessageDto> = mutableListOf(), server: ServerDto = ServerDto(), destinations: MutableList<CommonDestinationDto> = mutableListOf(), metadata: MutableMap<String, String> = mutableMapOf())(source)